From c1ffb17162c7fe1928d353e74283169d8870dcee Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 4 Nov 2024 04:17:55 +0100 Subject: [PATCH] CI: fix app version 2 --- .forgejo/workflows/test_and_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test_and_build.yaml b/.forgejo/workflows/test_and_build.yaml index 3ce200c..c0c1c10 100644 --- a/.forgejo/workflows/test_and_build.yaml +++ b/.forgejo/workflows/test_and_build.yaml @@ -93,7 +93,7 @@ jobs: tags: ${{ steps.version.outputs.version }} containerfiles: | ./Containerfile - build-arg: | + build-args: | "APP_VERSION=$VERSION" - name: Push the image to the registry