Skip to content

Commit

Permalink
Add missing tag prefix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Feb 13, 2025
1 parent 46142cb commit 7ea4a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
azure-acr-name: ${{ secrets.ACR_NAME }}
annotate-release: ${{ matrix.image == 'web' }}
image-name: ${{ needs.set-env.outputs.image-name }}
tag-prefix: ${{ matrix.tag-prefix }}
env:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID || '' }}
AZURE_SUBSCRIPTION: ${{ secrets.AZURE_SUBSCRIPTION_ID || '' }}
Expand Down

0 comments on commit 7ea4a86

Please sign in to comment.