File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2323jobs :
2424 build :
2525
26- runs-on : warp- ubuntu-latest-x64-4x
26+ runs-on : ubuntu-latest
2727 permissions :
2828 contents : read
2929 packages : write
4848 - name : Set up QEMU
4949 uses : docker/setup-qemu-action@v3
5050
51+ # Workaround: https://github.com/docker/build-push-action/issues/461
52+ - name : Setup Docker buildx
53+ uses : docker/setup-buildx-action@v3
54+
5155 # Login against a Docker registry except on PR
5256 # https://github.com/docker/login-action
5357 - name : Log into registry ${{ env.REGISTRY }}
@@ -66,11 +70,11 @@ jobs:
6670 with :
6771 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6872
69- # Build and push Docker image with WarpBuild Docker builder
70- # https://docs.warpbuild. com/ci/ docker-builders
73+ # Build and push Docker image with Buildx (don't push on PR)
74+ # https://github. com/docker/build-push-action
7175 - name : Build and push Docker image
7276 id : build-and-push
73- uses : Warpbuilds /build-push-action@v6
77+ uses : docker /build-push-action@v6
7478 with :
7579 context : .
7680 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments