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 00aa308 commit 7c09029Copy full SHA for 7c09029
.github/workflows/az_acr_release.yml
@@ -13,7 +13,7 @@ jobs:
13
AZURE_CONTAINER_REGISTRY: ${{ vars.AZURE_CONTAINER_REGISTRY }}
14
ACR_LOGIN_USERNAME: ${{ secrets.ACR_LOGIN_USERNAME }}
15
ACR_LOGIN_PASSWORD: ${{ secrets.ACR_LOGIN_PASSWORD }}
16
- IMAGE_TAG: ${{ github.event_name == 'release' && github.event.release.tag_name || 'amd64' }}
+ IMAGE_TAG: ${{ github.event_name == 'release' && github.event.release.tag_name || github.sha }}
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v4
0 commit comments