We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6858014 commit d12606fCopy full SHA for d12606f
.github/workflows/dev_deployment.yml
@@ -54,7 +54,7 @@ jobs:
54
id: build-image
55
env:
56
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
57
- IMAGE_TAG: ${{ github.sha }}
+ IMAGE_TAG: ${{ github.sha }}-${{ github.run_number }}
58
run: |
59
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f .github/assets/Dockerfile.nginx .
60
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
0 commit comments