Skip to content

Commit

Permalink
github workflow latest enable flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bshifter committed Aug 7, 2023
1 parent 94b8b32 commit a0c5b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
latest = false
tags: |
type=semver,pattern={{raw}}
type=raw,value=latest,enable={{inputs.release}}
type=raw,value=latest,enable=${{ inputs.release }}
# Multiple exporters are not supported yet
# See https://github.com/moby/buildkit/pull/2760
Expand Down

0 comments on commit a0c5b7d

Please sign in to comment.