Skip to content

Commit a9bb6a7

Browse files
authored
dev
1 parent 2cb22ff commit a9bb6a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
uses: docker/setup-qemu-action@v3
4949
# 👆 This enables ARM emulation on AMD64 runner
5050

51+
- name: Set up Docker Buildx
52+
uses: docker/setup-buildx-action@v3
53+
5154
- name: Log in to GitHub Container Registry
5255
uses: docker/login-action@v3
5356
with:
@@ -71,7 +74,7 @@ jobs:
7174
context: .
7275
platforms: linux/amd64,linux/arm64
7376
file: ./docker/Dockerfile
74-
push: true
77+
push: false
7578
tags: |
7679
ghcr.io/${{ env.LOWERCASE_REPO }}:latest
7780
ghcr.io/${{ env.LOWERCASE_REPO }}:${{ github.sha }}

0 commit comments

Comments
 (0)