.github/workflows/ci.yaml aktualisiert
All checks were successful
ci / build (push) Successful in 36s
All checks were successful
ci / build (push) Successful in 36s
This commit is contained in:
parent
5efdce0cf6
commit
b33561c471
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -47,5 +48,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
allow: network.host
|
allow: network.host
|
||||||
network: host
|
network: host
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
tags: ${{ steps.docker.outputs.tags }}
|
tags: ${{ steps.docker.outputs.tags }}
|
Loading…
Reference in a new issue