removed some weird? lines from config
Some checks failed
Build docker image / push (push) Failing after 2m30s

This commit is contained in:
Hendrik Behme 2024-08-13 10:42:43 +02:00
parent f766278f37
commit 8d3dfc24bc

View File

@ -16,12 +16,9 @@ jobs:
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/hendrik/openstreetmap-tile-server"]
https = true
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5
uses: https://github.com/docker/build-push-action@v6
with:
context: .
file: ./Dockerfile