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 80b5246 commit 8527fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
type=ref,event=tag
type=semver,pattern={{raw}}
type=sha
type=raw,value=latest,enable={{contains(github.ref, 'refs/tags/v')}}
type=raw,value=latest,enable={{contains(refs.tags, 'v')}}
# type=raw,value=latest,enable={{is_default_branch}}

- name: Checkout
Expand Down

0 comments on commit 8527fdd

Please sign in to comment.