File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ jobs:
713
713
set -euo pipefail
714
714
version="$(./scripts/version.sh)"
715
715
echo "base_tag=$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")" >> $GITHUB_OUTPUT
716
-
716
+
717
717
# This uses OIDC authentication, so no auth variables are required.
718
718
- name : Build base Docker image via depot.dev
719
719
uses : depot/build-push-action@v1
@@ -734,15 +734,15 @@ jobs:
734
734
735
735
# build and push multi-arch manifest, this depends on the other images
736
736
# being pushed so will automatically push them.
737
-
737
+
738
738
make -j push/build/coder_"$version"_linux.tag
739
739
./scripts/build_docker_multiarch.sh \
740
740
--push \
741
741
--target "$(./scripts/image_tag.sh --version latest)" \
742
742
$(cat build/coder_"$version"_linux_{amd64,arm64,armv7}.tag)
743
743
env :
744
744
CODER_BASE_IMAGE_TAG : ${{ steps.image-base-tag.outputs.base_tag }}
745
-
745
+
746
746
- name : Build and Push Linux amd64 Docker Image
747
747
id : build-docker
748
748
run : |
You can’t perform that action at this time.
0 commit comments