Skip to content

Commit

Permalink
Try to fix docker registry labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pSpitzner committed Nov 9, 2024
1 parent 360ec19 commit 6535fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
ghcr.io/pspitzner/beets-flask
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
type=raw,value=latest,enable={{is_default_branch}}
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6535fea

Please sign in to comment.