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 0fd6746 commit b8c8535Copy full SHA for b8c8535
.github/workflows/build-push.yaml
@@ -25,6 +25,10 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
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
32
- name: Log in to the Container registry
33
if: github.event_name != 'pull_request'
34
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
@@ -44,4 +48,6 @@ jobs:
44
48
push: ${{ github.event_name != 'pull_request' }}
45
49
tags: ${{ steps.meta.outputs.tags }}
46
50
labels: ${{ steps.meta.outputs.labels }}
51
+ cache-from: type=gha
52
+ cache-to: type=gha,mode=max
47
53
platforms: linux/amd64,linux/arm64
0 commit comments