Skip to content

Commit fb0de79

Browse files
committed
fix: wip
1 parent ae37b82 commit fb0de79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- name: Create manifest list and push
160160
working-directory: ${{ runner.temp }}/digests
161161
env:
162-
DRY_RUN: ${{case(env.publish,"","--dry-run")}} # run the `docker buildx` command with --dry-run if we're not publishing a release
162+
DRY_RUN: ${{case(env.publish," ","--dry-run")}} # run the `docker buildx` command with --dry-run if we're not publishing a release
163163
run: |
164164
docker buildx imagetools create ${{ env.DRY_RUN }} $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
165165
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)

0 commit comments

Comments
 (0)