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

This commit is contained in:
giteaAdmin 2025-10-29 09:17:05 +00:00
parent f3be1963d3
commit 763cac05e9

View file

@ -33,18 +33,9 @@ jobs:
registry: ${{ steps.repository.outputs.registry }}
username: "${{ secrets.PACKAGES_USER }}"
password: "${{ secrets.PACKAGES_TOKEN }}"
#-
# 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
tags: ${{ steps.docker.outputs.tags }}