Update .github/workflows/.github-ci.yaml

This commit is contained in:
giteaAdmin 2025-10-28 14:11:29 +00:00
parent 34e5ea5847
commit f3be1963d3

View file

@ -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 }}