mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-09 04:21:03 +00:00
Fixed variable usage
This commit is contained in:
@@ -68,5 +68,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: lukehagar/pocketbase:pre-release
|
tags: lukehagar/pocketbase:pre-release
|
||||||
build-args: |
|
build-args: POCKETBASE_VERSION="$(cat latest_version)"
|
||||||
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:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: lukehagar/pocketbase:latest
|
tags: lukehagar/pocketbase:latest
|
||||||
build-args: |
|
build-args: POCKETBASE_VERSION="$(cat latest_version)"
|
||||||
POCKETBASE_VERSION=$(cat latest_version)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user