Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Make sure we have the latest version in the version file
|
# Make sure we have the latest version in the version file
|
||||||
# To avoid publishing a new container version with an old tag
|
# 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
|
if test -f "./apps/${{ matrix.container }}/VERSION"; then
|
||||||
CATEGORY="apps"
|
CATEGORY="apps"
|
||||||
VERSION=$(cat ./containers/${CATEGORY}/${{ matrix.container }}/VERSION)
|
VERSION=$(cat ./containers/${CATEGORY}/${{ matrix.container }}/VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user