Skip to content

Commit

Permalink
still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
pSpitzner committed Nov 13, 2024
1 parent 4401f41 commit 2952feb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
type=ref,event=tag
type=semver,pattern={{raw}}
type=sha
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
type=edge,branch=main
type=raw,value=stable,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
type=raw,value=latest,enable={{is_default_branch}}
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2952feb

Please sign in to comment.