Update for Season 2026
All checks were successful
Build Formula12 Docker Image / pocketbase-docker (push) Successful in 39s

This commit is contained in:
2026-02-15 00:05:58 +01:00
parent ba307eb4c4
commit f8829cf401
22 changed files with 99 additions and 115 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