Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
f3be1963d3
commit
763cac05e9
1 changed files with 0 additions and 9 deletions
9
.github/workflows/.github-ci.yaml
vendored
9
.github/workflows/.github-ci.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Reference in a new issue