mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 19:15:20 -03:00
Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
2
.github/workflows/containers.build.yaml
vendored
2
.github/workflows/containers.build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user