Skip to content

Commit b13efd7

Browse files
committed
fmt
1 parent cfe0ddc commit b13efd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ jobs:
713713
set -euo pipefail
714714
version="$(./scripts/version.sh)"
715715
echo "base_tag=$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")" >> $GITHUB_OUTPUT
716-
716+
717717
# This uses OIDC authentication, so no auth variables are required.
718718
- name: Build base Docker image via depot.dev
719719
uses: depot/build-push-action@v1
@@ -734,15 +734,15 @@ jobs:
734734
735735
# build and push multi-arch manifest, this depends on the other images
736736
# being pushed so will automatically push them.
737-
737+
738738
make -j push/build/coder_"$version"_linux.tag
739739
./scripts/build_docker_multiarch.sh \
740740
--push \
741741
--target "$(./scripts/image_tag.sh --version latest)" \
742742
$(cat build/coder_"$version"_linux_{amd64,arm64,armv7}.tag)
743743
env:
744744
CODER_BASE_IMAGE_TAG: ${{ steps.image-base-tag.outputs.base_tag }}
745-
745+
746746
- name: Build and Push Linux amd64 Docker Image
747747
id: build-docker
748748
run: |

0 commit comments

Comments
 (0)