Switching to Gitea's own Docker Registry
Build foundry vtt docker image and push to registry / docker (push) Failing after 24s
Build foundry vtt docker image and push to registry / docker (push) Failing after 24s
This commit is contained in:
@@ -17,17 +17,17 @@ jobs:
|
|||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
buildkitd-flags: --debug
|
# buildkitd-flags: --debug
|
||||||
config-inline: |
|
# config-inline: |
|
||||||
[registry."127.0.0.1:5000"]
|
# [registry."127.0.0.1:5000"]
|
||||||
http = true
|
# http = true
|
||||||
insecure = true
|
# insecure = true
|
||||||
driver-opts: network=host
|
driver-opts: network=host
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Gitea
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: 127.0.0.1:5000
|
registry: 127.0.0.1:3001
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASS }}
|
password: ${{ secrets.REGISTRY_PASS }}
|
||||||
-
|
-
|
||||||
@@ -36,4 +36,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: 127.0.0.1:5000/foundryvtt-docker:latest
|
tags: 127.0.0.1:5000/crovaxon/foundryvtt-docker
|
||||||
Reference in New Issue
Block a user