mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
Fixed variable usage
This commit is contained in:
@@ -68,5 +68,4 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: lukehagar/pocketbase:pre-release
|
||||
build-args: |
|
||||
POCKETBASE_VERSION=$(cat latest_version)
|
||||
build-args: POCKETBASE_VERSION="$(cat latest_version)"
|
||||
|
||||
3
.github/workflows/update-prod-image.yaml
vendored
3
.github/workflows/update-prod-image.yaml
vendored
@@ -68,5 +68,4 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: lukehagar/pocketbase:latest
|
||||
build-args: |
|
||||
POCKETBASE_VERSION=$(cat latest_version)
|
||||
build-args: POCKETBASE_VERSION="$(cat latest_version)"
|
||||
|
||||
Reference in New Issue
Block a user