Skip to content

Commit 7c09029

Browse files
committed
perf: push github.sha docker image tag
1 parent 00aa308 commit 7c09029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_acr_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
AZURE_CONTAINER_REGISTRY: ${{ vars.AZURE_CONTAINER_REGISTRY }}
1414
ACR_LOGIN_USERNAME: ${{ secrets.ACR_LOGIN_USERNAME }}
1515
ACR_LOGIN_PASSWORD: ${{ secrets.ACR_LOGIN_PASSWORD }}
16-
IMAGE_TAG: ${{ github.event_name == 'release' && github.event.release.tag_name || 'amd64' }}
16+
IMAGE_TAG: ${{ github.event_name == 'release' && github.event.release.tag_name || github.sha }}
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)