Skip to content

Commit

Permalink
chore: hard code new ecr devops env
Browse files Browse the repository at this point in the history
  • Loading branch information
YusufMavzer committed Dec 15, 2023
1 parent 05d0a3f commit 8abf521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ jobs:
docker push $BUILD_DOCKER_REGISTRY/municipality-registry/$IMAGE:$SEMVER
env:
BUILD_DOCKER_REGISTRY_TST: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY_TST }}
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_DEVOPS_DOCKER_REGISTRY }}
BUILD_DOCKER_REGISTRY: 362233117987.dkr.ecr.eu-west-1.amazonaws.com
IMAGE: ${{ matrix.image }}
SEMVER: ${{ needs.release.outputs.version }}
WORKSPACE: ${{ github.workspace }}
Expand Down

0 comments on commit 8abf521

Please sign in to comment.