Skip to content

Commit 7694aa3

Browse files
committed
builder images
1 parent 87c7e2b commit 7694aa3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-builder-images.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ jobs:
6666
ghcr.io/${{ github.repository_owner }}/ais-catcher-builder:${{ matrix.distro }}-${{ matrix.codename }}-${{ github.sha }}
6767
cache-from: type=gha
6868
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 }}-
7869

7970
- name: Setup QEMU
8071
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)