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.
1 parent d65f782 commit d56e27bCopy full SHA for d56e27b
.github/workflows/security.yaml
@@ -107,7 +107,7 @@ jobs:
107
# This environment variables forces scripts/build_docker.sh to build
108
# the base image tag locally instead of using the cached version from
109
# the registry.
110
- export CODER_IMAGE_BUILD_BASE_TAG="coder-base:$version"
+ export CODER_IMAGE_BUILD_BASE_TAG="$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")"
111
112
make -j "$image_job"
113
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
0 commit comments