.gitea/workflows/gitea-ci.yaml aktualisiert
Some checks failed
Build And Push / release-image (push) Failing after 37s
Some checks failed
Build And Push / release-image (push) Failing after 37s
This commit is contained in:
parent
69583b7e41
commit
6a2fc1976b
@ -25,12 +25,12 @@ jobs:
|
|||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: | # replace it with your local IP and tags
|
tags: | # replace it with your local IP and tags
|
||||||
registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3
|
registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3
|
Loading…
Reference in New Issue
Block a user