.gitea/workflows/build.yaml aktualisiert
All checks were successful
Gitea CI/CD / build-and-test (push) Successful in 1m5s
Gitea CI/CD / Set Tag Name (push) Successful in 7s
Gitea CI/CD / docker-build-and-push (push) Successful in 5m56s
Gitea CI/CD / Create Tag (push) Successful in 5s

This commit is contained in:
2025-10-04 00:20:55 +02:00
parent 340f92ed04
commit cb91ca3159

View File

@@ -13,7 +13,6 @@ env:
DOCKER_IMAGE_NAME: watcher-server DOCKER_IMAGE_NAME: watcher-server
REGISTRY_URL: git.triggermeelmo.com REGISTRY_URL: git.triggermeelmo.com
DOCKER_PLATFORMS: 'linux/amd64,linux/arm64' DOCKER_PLATFORMS: 'linux/amd64,linux/arm64'
TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref == 'refs/heads/development' && 'development' || github.ref_type == 'tag' && github.ref_name || 'pr' }}
jobs: jobs:
build-and-test: build-and-test: