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