Skip to content

Commit d56e27b

Browse files
committed
fixup! restore protections to workflow file
1 parent d65f782 commit d56e27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# This environment variables forces scripts/build_docker.sh to build
108108
# the base image tag locally instead of using the cached version from
109109
# the registry.
110-
export CODER_IMAGE_BUILD_BASE_TAG="coder-base:$version"
110+
export CODER_IMAGE_BUILD_BASE_TAG="$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")"
111111
112112
make -j "$image_job"
113113
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)