diff --git a/.gitea/workflows/build-docker-image-and-push.yaml b/.gitea/workflows/build-docker-image-and-push.yaml index b99083a..f28e1d1 100644 --- a/.gitea/workflows/build-docker-image-and-push.yaml +++ b/.gitea/workflows/build-docker-image-and-push.yaml @@ -17,17 +17,17 @@ 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 +# buildkitd-flags: --debug +# config-inline: | +# [registry."127.0.0.1:5000"] +# http = true +# insecure = true driver-opts: network=host - - name: Login to Docker Hub + name: Login to Gitea uses: docker/login-action@v3 with: - registry: 127.0.0.1:5000 + registry: 127.0.0.1:3001 username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASS }} - @@ -36,4 +36,4 @@ jobs: with: context: . push: true - tags: 127.0.0.1:5000/foundryvtt-docker:latest \ No newline at end of file + tags: 127.0.0.1:5000/crovaxon/foundryvtt-docker \ No newline at end of file