removed some weird? lines from config
Some checks failed
Build docker image / push (push) Failing after 2m30s
Some checks failed
Build docker image / push (push) Failing after 2m30s
This commit is contained in:
parent
f766278f37
commit
8d3dfc24bc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user