Skip to content

Commit

Permalink
issue #55: change tag secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 12, 2023
1 parent 4e6c654 commit 4fd794c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build-push-container-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.ACR_REGISTRY_NAME }}/${{inputs.container-name}}:${{inputs.tag}}
tags: ${{ secrets.ACR_REGISTRY_DNS }}/${{inputs.container-name}}:${{inputs.tag}}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

Expand Down

0 comments on commit 4fd794c

Please sign in to comment.