diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 566beaf..d33581b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,4 +41,4 @@ jobs: sernhandler/pocketbase:latest sernhandler/pocketbase:${{ env.VERSION }} build-args: | - VERSION=$VERSION \ No newline at end of file + VERSION=${{ env.VERSION }} \ No newline at end of file