Compare commits

...

2 Commits

Author SHA1 Message Date
Ivan Vazhenin
17b4a03b20 Merge remote-tracking branch 'origin/master'
All checks were successful
Build tileserver-gl image / Build (push) Successful in 1m34s
2024-02-25 16:58:19 +03:00
Ivan Vazhenin
745d620b70 Add action 2024-02-25 16:57:50 +03:00

View File

@@ -0,0 +1,23 @@
name: Build tileserver-gl image
run-name: Build tileserver-gl image
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
with:
config-inline: |
[registry."10.10.8.83:32000"]
http = true
insecure = true
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: "10.10.8.83:32000/tsgl2002:latest"