.gitea/workflows/gitea-ci.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m8s
This commit is contained in:
parent
9a82493985
commit
91a1e588e8
@ -18,4 +18,15 @@ jobs:
|
||||
config-inline: |
|
||||
[registry."registry.tuxnet.lan"]
|
||||
http = true
|
||||
insecure = true
|
||||
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
|
Loading…
Reference in New Issue
Block a user