diff --git a/.forgejo/workflows/test_and_build.yaml b/.forgejo/workflows/test_and_build.yaml index c0c1c10..bcd11fc 100644 --- a/.forgejo/workflows/test_and_build.yaml +++ b/.forgejo/workflows/test_and_build.yaml @@ -94,7 +94,7 @@ jobs: containerfiles: | ./Containerfile build-args: | - "APP_VERSION=$VERSION" + "APP_VERSION=${{ steps.version.outputs.version }}" - name: Push the image to the registry if: fromJSON(steps.builder.outputs.run)