Refactor tile handling and enhance CORS settings

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-09 13:27:59 +03:00
parent f08058ea9c
commit f9621e99e2
+25
View File
@@ -0,0 +1,25 @@
when:
branch: [stage, main]
event: push
matrix:
include:
- PLATFORM: linux/arm64
TAG: arm
- PLATFORM: linux/amd64
TAG: amd64
labels:
platform: ${PLATFORM}
steps:
- name: build-and-push
image: plugins/docker
settings:
dockerfile: SatelliteProvider.Api/Dockerfile
context: .
repo: registry:5000/satellite-provider
tags:
- "${CI_COMMIT_BRANCH}-${TAG}"
- "${CI_COMMIT_SHA:0:8}-${TAG}"
insecure: true