Workflow: Update pocketbase workflow steps

This commit is contained in:
2025-02-02 20:45:30 +01:00
parent 8d0ba8bfe4
commit 02879f0787

View File

@ -23,10 +23,10 @@ jobs:
registry: gitea.vps.chriphost.de
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Build Docker Image
- name: Build Pocketbase Docker Image
run: docker build . \
--build-arg PB_VERSION=${{ PB_VERSION }} \
--file pocketbase.dockerfile \
--tag gitea.vps.chriphost.de/christoph/pocketbase:${{ PB_VERSION }}
- name: Push Docker Image
- name: Push Pocketbase Docker Image
run: docker push gitea.vps.chriphost.de/christoph/pocketbase:${{ PB_VERSION }}