updated dest reg
Some checks failed
Build docker image / push (push) Failing after 2m36s

This commit is contained in:
Hendrik Behme 2024-08-08 02:17:29 +02:00
parent 2664fc4a11
commit f766278f37

View File

@ -11,14 +11,14 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: git.whimsoc.dev
registry: git.whimsoc.dev/hendrik/openstreetmap-tile-server
username: ${{ github.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
with:
config-inline: |
[registry."git.whimsoc.dev"]
[registry."git.whimsoc.dev/hendrik/openstreetmap-tile-server"]
https = true
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5