Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
34e5ea5847
commit
f3be1963d3
1 changed files with 9 additions and 12 deletions
21
.github/workflows/.github-ci.yaml
vendored
21
.github/workflows/.github-ci.yaml
vendored
|
|
@ -33,21 +33,18 @@ 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
|
||||
with:
|
||||
buildkitd-flags: '--allow-insecure-entitlement network.host'
|
||||
driver-opts: network=host
|
||||
#-
|
||||
# name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
# with:
|
||||
# buildkitd-flags: '--allow-insecure-entitlement network.host'
|
||||
# driver-opts: network=host
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
allow: network.host
|
||||
network: host
|
||||
platforms: linux/amd64,linux/arm64
|
||||
#allow: network.host
|
||||
#network: host
|
||||
#platforms: linux/amd64
|
||||
tags: ${{ steps.docker.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue