Compare commits
4 commits
testnotifi
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
| 14a5cbf66a | |||
| 763cac05e9 | |||
| f3be1963d3 | |||
| 34e5ea5847 |
1 changed files with 1 additions and 12 deletions
13
.github/workflows/.github-ci.yaml
vendored
13
.github/workflows/.github-ci.yaml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-host
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
@ -33,21 +33,10 @@ 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 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: 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,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.docker.outputs.tags }}
|
tags: ${{ steps.docker.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue