Skip to content

Commit

Permalink
Add multiple tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Sep 30, 2024
1 parent 10736bc commit ae34afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: docker/build-push-action@v6
with:
push: true
tags: ${{ vars.ACR_URL }}:${{ steps.meta.outputs.tags || github.sha }}, ${{ vars.ACR_URL }}:latest
tags: ${{ vars.ACR_URL }}/grpc-rest-proxy:${{ steps.meta.outputs.tags || github.sha }}, ${{ vars.ACR_URL }}/grpc-rest-proxy:latest

0 comments on commit ae34afd

Please sign in to comment.