We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d28596 commit 0d1233bCopy full SHA for 0d1233b
.github/workflows/ci.yaml
@@ -701,9 +701,6 @@ jobs:
701
build/coder_"$version"_windows_amd64.zip \
702
build/coder_"$version"_linux_amd64.{tar.gz,deb}
703
704
- - name: Install depot.dev CLI
705
- uses: depot/setup-action@v1
706
-
707
- name: Build Linux Docker images
708
id: build-docker
709
run: |
@@ -740,9 +737,6 @@ jobs:
740
737
741
738
echo "tag=$tag" >> $GITHUB_OUTPUT
742
739
743
- env:
744
- CODER_BASE_IMAGE_TAG: ${{ steps.image-base-tag.outputs.base_tag }}
745
746
- name: Prune old images
747
uses: vlaurin/action-ghcr-prune@v0.5.0
748
with:
0 commit comments