We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79982d2 commit 380b6c4Copy full SHA for 380b6c4
.github/workflows/deploy.yml
@@ -54,11 +54,7 @@ jobs:
54
55
- name: Push to ECR
56
run: |
57
- docker tag ${{ vars.ECR_URL }}:${{ github.sha }} ${{ vars.ECR_URL }}:staging.latest
58
- docker tag ${{ vars.ECR_URL }}:${{ github.sha }} ${{ vars.ECR_URL }}:production.latest
59
- docker push ${{ vars.ECR_URL }}:${{ github.sha }}
60
- docker push ${{ vars.ECR_URL }}:staging.latest
61
- docker push ${{ vars.ECR_URL }}:production.latest
+ docker tag ${{ vars.ECR_URL }}:$SHA
62
63
deploy-staging:
64
runs-on: ubuntu-latest
0 commit comments