Fixed variable usage

This commit is contained in:
Luke Hagar
2024-02-07 09:25:01 -06:00
parent 64b6ec3d62
commit 7c494c4213
2 changed files with 2 additions and 4 deletions

View File

@@ -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)

View File

@@ -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)