Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Nov 4, 2023
1 parent 79f5c1d commit 9972ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 9972ccb

Please sign in to comment.