From 6ccb4f59253737ad604cd13b73ce3e766fecba33 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 8 Oct 2024 23:46:24 +0200 Subject: [PATCH] Update containers.build.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/containers.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index 157493a498246..683b3b129f131 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -86,7 +86,7 @@ jobs: # Make sure we have the latest version in the version file # To avoid publishing a new container version with an old tag bash ./.github/scripts/update-version-file.sh "${{ matrix.container }}" - if test -f "./apps/${{ matrix.container }}/VERSION"; then + if test -f "./containers/apps/${{ matrix.container }}/VERSION"; then CATEGORY="apps" VERSION=$(cat ./containers/${CATEGORY}/${{ matrix.container }}/VERSION) elif test -f "./containers/apps/${{ matrix.container }}/Dockerfile"; then