Workflow: Update pocketbase workflow steps
This commit is contained in:
@ -23,10 +23,10 @@ jobs:
|
|||||||
registry: gitea.vps.chriphost.de
|
registry: gitea.vps.chriphost.de
|
||||||
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
|
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
|
||||||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||||
- name: Build Docker Image
|
- name: Build Pocketbase Docker Image
|
||||||
run: docker build . \
|
run: docker build . \
|
||||||
--build-arg PB_VERSION=${{ PB_VERSION }} \
|
--build-arg PB_VERSION=${{ PB_VERSION }} \
|
||||||
--file pocketbase.dockerfile \
|
--file pocketbase.dockerfile \
|
||||||
--tag gitea.vps.chriphost.de/christoph/pocketbase:${{ PB_VERSION }}
|
--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 }}
|
run: docker push gitea.vps.chriphost.de/christoph/pocketbase:${{ PB_VERSION }}
|
||||||
|
Reference in New Issue
Block a user