File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,6 @@ jobs:
712
712
713
713
# create an empty build context directory
714
714
mkdir -p build-context
715
- mkdir -p base-build-context
716
715
717
716
# copy the build artifacts to the build context
718
717
cp build/coder_linux_* build-context/
@@ -725,17 +724,6 @@ jobs:
725
724
- name : Set up Depot
726
725
uses : depot/setup-action@v1
727
726
728
- - name : Build multi arch base image
729
- uses : depot/build-push-action@v1
730
- with :
731
- project : 9rcqzb56rm
732
- context : ./base-build-context
733
- platforms : linux/amd64,linux/arm64,linux/arm/v7
734
- tags : ${{ steps.build.outputs.base_tag }}
735
- file : ./scripts/Dockerfile.base
736
- push : false
737
- save : true
738
-
739
727
- name : Build and push multi arch image
740
728
uses : depot/build-push-action@v1
741
729
with :
@@ -749,7 +737,7 @@ jobs:
749
737
ghcr.io/coder/coder-preview:main
750
738
ghcr.io/coder/coder-preview:latest
751
739
build-args : |
752
- BASE_IMAGE=${{ steps.build.outputs.base_tag }}
740
+ BASE_IMAGE=ghcr.io/coder/coder-base
753
741
CODER_VERSION=${{ steps.build.outputs.version }}
754
742
755
743
- name : Prune old images
You can’t perform that action at this time.
0 commit comments