Skip to content

Commit

Permalink
fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Nov 14, 2024
1 parent e2bb2d1 commit c681e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=pr,prefix=${{ matrix.tag_prefix }}pr-
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
type=sha,prefix=${{ matrix.tag_prefix }}sha-
flavor: |
latest=auto
prefix=${{ matrix.tag_prefix }},onlatest=true
Expand Down

0 comments on commit c681e18

Please sign in to comment.