We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c7314a + 5fea3fe commit 25d02cfCopy full SHA for 25d02cf
.github/workflows/.build.yml
@@ -238,7 +238,7 @@ jobs:
238
targets: release-${{ inputs.name }}
239
provenance: false
240
set: |
241
- *.output=type=image,push=${{ inputs.release || github.event_name == 'schedule' }}
+ *.output=type=image,push=${{ inputs.release != '' || github.event_name == 'schedule' }}
242
*.output=/tmp/release
243
-
244
name: List release artifacts
0 commit comments