We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c7e2b commit 7694aa3Copy full SHA for 7694aa3
.github/workflows/build-builder-images.yml
@@ -66,15 +66,6 @@ jobs:
66
ghcr.io/${{ github.repository_owner }}/ais-catcher-builder:${{ matrix.distro }}-${{ matrix.codename }}-${{ github.sha }}
67
cache-from: type=gha
68
cache-to: type=gha,mode=max
69
- uses: docker/build-push-action@v5
70
- with:
71
- context: .
72
- file: Dockerfile.builder.${{ matrix.distro }}.${{ matrix.codename }}
73
- platforms: linux/amd64,linux/arm64,linux/arm/v7
74
- push: true
75
- tags: |
76
- ghcr.io/${{ github.repository_owner }}/ais-catcher-builder:${{ matrix.distro }}-${{ matrix.codename }}
77
- ghcr.io/${{ github.repository_owner }}/ais-catcher-builder:${{ matrix.distro }}-
78
79
- name: Setup QEMU
80
uses: docker/setup-qemu-action@v3
0 commit comments