Skip to content

Commit 568560c

Browse files
committed
do not push
1 parent e9d2421 commit 568560c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ jobs:
713713
run: |
714714
set -euo pipefail
715715
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
717717
718718
# This uses OIDC authentication, so no auth variables are required.
719719
- name: Build base Docker image via depot.dev
@@ -723,7 +723,6 @@ jobs:
723723
context: base-build-context
724724
file: scripts/Dockerfile.base
725725
pull: true
726-
push: true
727726
platforms: linux/amd64,linux/arm64,linux/arm/v7
728727
tags: ${{ steps.image-base-tag.outputs.base_tag }}
729728

0 commit comments

Comments
 (0)