From 315ebb7a42291bcdc8650e208c60de0161c24ddf Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Wed, 2 Apr 2025 12:27:15 +0000 Subject: [PATCH] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5cadf1..43e24f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,5 @@ name: ci - on: push jobs: @@ -32,9 +31,6 @@ jobs: registry: ${{ steps.repository.outputs.registry }} username: ${{ secrets.PACKAGES_USER }} password: ${{ secrets.PACKAGES_TOKEN }} - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -48,5 +44,4 @@ jobs: push: true allow: network.host network: host - platforms: linux/amd64 - tags: ${{ steps.docker.outputs.tags }} \ No newline at end of file + tags: ${{ steps.docker.outputs.tags }}