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 2f2452c commit aaa6206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
# set latest tag for main branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
tags: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit aaa6206

Please sign in to comment.