Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Hänsel committed Sep 30, 2023
2 parents 87292bc + 01c39c3 commit 538f705
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
#type=semver,pattern={{major}}.{{minor}}
#type=semver,pattern={{major}}
#type=sha
type=raw,value=latest,enable={{is_default_branch}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 538f705

Please sign in to comment.