Skip to content

Commit

Permalink
Add latest tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Sep 30, 2024
1 parent 1cc39a1 commit 8ecce7f
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 }}/${{ github.repository }}:${{ steps.meta.outputs.tags || github.sha }}
tags: ${{ vars.ACR_URL }}/${{ github.repository }}:${{ steps.meta.outputs.tags || github.sha }}, 'latest'

0 comments on commit 8ecce7f

Please sign in to comment.