From 897aba1dff7855dc5232511c7aa535fe39c9a9f9 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 8 Oct 2024 13:37:30 +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 23ee9477e6a..12a0cf97d11 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -85,7 +85,7 @@ jobs: run: | # Make sure we have the latest version in the version file # To avoid publishing a new container version with an old tag - bash ./.github/update-version-file.sh "${{ matrix.container }}" + bash ./.github/scripts/update-version-file.sh "${{ matrix.container }}" if test -f "./apps/${{ matrix.container }}/VERSION"; then CATEGORY="apps" VERSION=$(cat ./containers/${CATEGORY}/${{ matrix.container }}/VERSION)