File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ jobs:
713
713
run : |
714
714
set -euo pipefail
715
715
version="$(./scripts/version.sh)"
716
- echo "base_tag=$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")" >> $GITHUB_OUTPUT
716
+ echo "base_tag=$(CODER_IMAGE_BASE=ghcr.io/coder/ coder-base ./scripts/image_tag.sh --version "$version")" >> $GITHUB_OUTPUT
717
717
718
718
# This uses OIDC authentication, so no auth variables are required.
719
719
- name : Build base Docker image via depot.dev
@@ -723,7 +723,6 @@ jobs:
723
723
context : base-build-context
724
724
file : scripts/Dockerfile.base
725
725
pull : true
726
- push : true
727
726
platforms : linux/amd64,linux/arm64,linux/arm/v7
728
727
tags : ${{ steps.image-base-tag.outputs.base_tag }}
729
728
You can’t perform that action at this time.
0 commit comments