This commit is contained in:
parent
89f1ecadbc
commit
588e6db76a
@ -14,6 +14,15 @@ jobs:
|
|||||||
registry: git.whimsoc.dev/hendrik/openstreetmap-tile-server
|
registry: git.whimsoc.dev/hendrik/openstreetmap-tile-server
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
# - name: Set up Docker Buildx
|
||||||
|
# uses: docker/setup-buildx-action@v3
|
||||||
|
# - name: Build and push Docker image
|
||||||
|
# uses: https://github.com/docker/build-push-action@v6
|
||||||
|
# with:
|
||||||
|
# context: .
|
||||||
|
# file: ./Dockerfile
|
||||||
|
# push: true
|
||||||
|
# tags: "git.whimsoc.dev/hendrik/openstreetmap-tile-server:${{gitea.sha}},git.whimsoc.dev/hendrik/openstreetmap-tile-server:latest"
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
run: |
|
||||||
TODAY=$(date +'%Y-%m-%d')
|
TODAY=$(date +'%Y-%m-%d')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user