Skip to content

Commit 153abd5

Browse files
authored
chore: fix build job pt.3 (#10986)
1 parent 122cbaa commit 153abd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ jobs:
677677
- name: Build and Push Linux amd64 Docker Image
678678
run: |
679679
set -euxo pipefail
680+
version="$(./scripts/version.sh)"
680681
tag="main-$(echo "$version" | sed 's/+/-/g')"
681682
682683
export CODER_IMAGE_BUILD_BASE_TAG="$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")"

0 commit comments

Comments
 (0)