Update for Season 2026
All checks were successful
Build Formula12 Docker Image / pocketbase-docker (push) Successful in 39s
All checks were successful
Build Formula12 Docker Image / pocketbase-docker (push) Successful in 39s
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user