Update .github/workflows/ci.yaml
This commit is contained in:
parent
705de825ce
commit
315ebb7a42
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue