Skip to content

Commit

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

0 comments on commit 4401f41

Please sign in to comment.