mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: fix build job pt.3 (#10986)
This commit is contained in:
@@ -677,6 +677,7 @@ jobs:
|
||||
- name: Build and Push Linux amd64 Docker Image
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
version="$(./scripts/version.sh)"
|
||||
tag="main-$(echo "$version" | sed 's/+/-/g')"
|
||||
|
||||
export CODER_IMAGE_BUILD_BASE_TAG="$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")"
|
||||
|
||||
Reference in New Issue
Block a user