Skip to content

Commit b8c8535

Browse files
committed
fix: setup qemu & buildx
1 parent 0fd6746 commit b8c8535

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-push.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-tags: true
28+
- name: Set up QEMU
29+
uses: docker/setup-qemu-action@v2
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v2
2832
- name: Log in to the Container registry
2933
if: github.event_name != 'pull_request'
3034
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
@@ -44,4 +48,6 @@ jobs:
4448
push: ${{ github.event_name != 'pull_request' }}
4549
tags: ${{ steps.meta.outputs.tags }}
4650
labels: ${{ steps.meta.outputs.labels }}
51+
cache-from: type=gha
52+
cache-to: type=gha,mode=max
4753
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)