.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
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: | # replace it with your local IP and tags
|
||||
registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: | # replace it with your local IP and tags
|
||||
registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3
|
Loading…
Reference in New Issue
Block a user