Skip to content

Commit

Permalink
Added Azure registry build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Aug 25, 2021
1 parent 0efac3d commit 0de1cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build_azure_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
IMAGE_NAME="${{ secrets.azure_registry }}.azurecr.io/${{ matrix.os }}/zabbix-${{ matrix.build }}"
TAGS_ARRAY+=("$IMAGE_NAME:${GIT_BRANCH}")
TAGS_ARRAY+=("$IMAGE_NAME:trunk")
TAGS=$(printf -- "%s, " "${TAGS_ARRAY[@]}")
Expand Down

0 comments on commit 0de1cb8

Please sign in to comment.