chore: changes for deployment to get the pocketbase public url variable value

This commit is contained in:
Ilia Mashkov
2026-05-21 18:15:16 +03:00
parent 3e520f6abb
commit 1b0ffd41a2
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -24,6 +24,8 @@ jobs:
with:
context: .
push: true
build-args: |
PB_PUBLIC_URL=${{ vars.PB_PUBLIC_URL }}
tags: |
docker.allmy.work/${{ gitea.repository }}:latest
docker.allmy.work/${{ gitea.repository }}:${{ gitea.sha }}