tt
build / build (push) Waiting to run

This commit is contained in:
2026-07-18 21:57:33 +02:00
parent 678c3bad76
commit 9323803cb4
+2 -2
View File
@@ -1,7 +1,7 @@
name: build name: build
on: on:
push: push:
branches: [main] branches: [master]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -16,4 +16,4 @@ jobs:
docker build -t gitea.czernobog.pl/gitea/astrololo-$SVC:$TAG ./services/$SVC docker build -t gitea.czernobog.pl/gitea/astrololo-$SVC:$TAG ./services/$SVC
docker push gitea.czernobog.pl/gitea/astrololo-$SVC:$TAG docker push gitea.czernobog.pl/gitea/astrololo-$SVC:$TAG
done done
echo "Tag: $TAG" echo "Tag: $TAG"