remove QEMU action from pipeline
This commit is contained in:
parent
0ca602049f
commit
74372c0ee6
1 changed files with 0 additions and 4 deletions
|
|
@ -33,9 +33,6 @@ jobs:
|
||||||
registry: ${{ steps.repository.outputs.registry }}
|
registry: ${{ steps.repository.outputs.registry }}
|
||||||
username: "${{ secrets.PACKAGES_USER }}"
|
username: "${{ secrets.PACKAGES_USER }}"
|
||||||
password: "${{ secrets.PACKAGES_TOKEN }}"
|
password: "${{ secrets.PACKAGES_TOKEN }}"
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
@ -49,5 +46,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
allow: network.host
|
allow: network.host
|
||||||
network: host
|
network: host
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
tags: ${{ steps.docker.outputs.tags }}
|
tags: ${{ steps.docker.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue