Skip to content

Commit aeaf1ba

Browse files
Update .github/workflows/release.yaml
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent 1ca50d0 commit aeaf1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ jobs:
496496
# push image based on current channel
497497
./scripts/build_docker_multiarch.sh \
498498
--push \
499-
--target "$(./scripts/image_tag.sh --channel ${CODER_RELEASE_CHANNEL})" \
499+
--target "$(./scripts/image_tag.sh --channel "$CODER_RELEASE_CHANNEL")" \
500500
$(cat build/coder_"$version"_linux_{amd64,arm64,armv7}.tag)
501501
env:
502502
CODER_BASE_IMAGE_TAG: ${{ steps.image-base-tag.outputs.tag }}

0 commit comments

Comments
 (0)