Changed repository to new public URL, added a workflow to daily check base image for updates and push
Build foundry vtt docker image and push to registry / docker (push) Successful in 30s

This commit is contained in:
Crovaxon
2024-06-21 01:13:44 +02:00
parent 416db202e9
commit 7a442b0631
2 changed files with 37 additions and 7 deletions
@@ -17,17 +17,12 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# buildkitd-flags: --debug
# config-inline: |
# [registry."127.0.0.1:5000"]
# http = true
# insecure = true
driver-opts: network=host
-
name: Login to Gitea
uses: docker/login-action@v3
with:
registry: 127.0.0.1:3001
registry: gitea.crovaxon.de
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASS }}
-
@@ -36,4 +31,4 @@ jobs:
with:
context: .
push: true
tags: 127.0.0.1:3001/crovaxon/foundryvtt-docker
tags: gitea.crovaxon.de/crovaxon/foundryvtt-docker