Update for Season 2026
Some checks failed
Build Formula12 Docker Image / pocketbase-docker (push) Failing after 6s

This commit is contained in:
2026-02-15 00:05:58 +01:00
parent ba307eb4c4
commit a14ab5e170
7 changed files with 82 additions and 98 deletions

View File

@ -1,4 +1,4 @@
name: Build Formula11 Docker Image
name: Build Formula12 Docker Image
on:
push:
@ -19,7 +19,7 @@ jobs:
registry: gitea.vps.chriphost.de
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Build Formula11 Docker Image
run: docker build --file formula11.dockerfile --tag gitea.vps.chriphost.de/christoph/formula11:latest .
- name: Push Formula11 Docker Image
run: docker push gitea.vps.chriphost.de/christoph/formula11:latest
- name: Build Formula12 Docker Image
run: docker build --file formula12.dockerfile --tag gitea.vps.chriphost.de/christoph/formula12:latest .
- name: Push Formula12 Docker Image
run: docker push gitea.vps.chriphost.de/christoph/formula12:latest