Update .github/workflows/ci.yaml

This commit is contained in:
richardrobertreitz 2025-04-02 12:27:15 +00:00
parent 705de825ce
commit 315ebb7a42

View file

@ -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 }}
tags: ${{ steps.docker.outputs.tags }}