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 973bae2 commit 2a636a1Copy full SHA for 2a636a1
.github/workflows/mainnet-beta.yml
@@ -35,7 +35,7 @@ jobs:
35
context: .
36
push: true
37
tags: |
38
- ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
+ ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}-${{ env.BRANCH_NAME }}-amd64
39
${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64
40
41
deploy:
.github/workflows/master.yml
@@ -36,7 +36,7 @@ jobs:
42
0 commit comments