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 c68fbb1 commit be1985aCopy full SHA for be1985a
.github/workflows/release.yaml
@@ -164,13 +164,13 @@ jobs:
164
id: image-base-tag
165
run: |
166
set -euo pipefail
167
- echo "tag=ghcr.io/coder/coder-base:${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
+ echo "tag=$(CODER_IMAGE_BASE=ghcr.io/coder/coder-base ./scripts/image_tag.sh)" >> $GITHUB_OUTPUT
168
exit 0
169
if [[ "${CODER_RELEASE:-}" != *t* ]] || [[ "${CODER_DRY_RUN:-}" == *t* ]]; then
170
# Empty value means use the default and avoid building a fresh one.
171
echo "tag=" >> $GITHUB_OUTPUT
172
else
173
174
fi
175
176
- name: Create empty base-build-context directory
0 commit comments