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 }}
|
registry: ${{ steps.repository.outputs.registry }}
|
||||||
username: "${{ secrets.PACKAGES_USER }}"
|
username: "${{ secrets.PACKAGES_USER }}"
|
||||||
password: "${{ secrets.PACKAGES_TOKEN }}"
|
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
|
name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
#allow: network.host
|
|
||||||
#network: host
|
|
||||||
#platforms: linux/amd64
|
|
||||||
tags: ${{ steps.docker.outputs.tags }}
|
tags: ${{ steps.docker.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue