From 259f881815b9fefcd54648b7662163df2a2ecc98 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 4 Nov 2024 23:15:01 +0100 Subject: [PATCH] CI: full image name for the database service 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 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)