We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae37b82 commit fb0de79Copy full SHA for fb0de79
1 file changed
.github/workflows/release.yml
@@ -159,7 +159,7 @@ jobs:
159
- name: Create manifest list and push
160
working-directory: ${{ runner.temp }}/digests
161
env:
162
- DRY_RUN: ${{case(env.publish,"","--dry-run")}} # run the `docker buildx` command with --dry-run if we're not publishing a release
+ DRY_RUN: ${{case(env.publish," ","--dry-run")}} # run the `docker buildx` command with --dry-run if we're not publishing a release
163
run: |
164
docker buildx imagetools create ${{ env.DRY_RUN }} $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
165
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
0 commit comments