Skip to content

Commit

Permalink
is_default_branch is a global expression, not a variable (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Jun 3, 2024
1 parent af862fe commit 4c11819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
type=ref,event=tag
type=ref,event=pr
type=sha
type=raw,value=latest,enable=${{ is_default_branch }}
type=raw,value=latest,enable={{ is_default_branch }}
flavor: |
latest=auto
- name: Set up QEMU
Expand Down

0 comments on commit 4c11819

Please sign in to comment.