Debugging workflow - only built workload container so far
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 5s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 6s
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 5s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 6s
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
build-if-image-changed:
|
build-if-image-changed:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- container_name: web
|
- container_name: web
|
||||||
@@ -73,6 +74,11 @@ jobs:
|
|||||||
export expected_repo
|
export expected_repo
|
||||||
export ctype
|
export ctype
|
||||||
|
|
||||||
|
echo "========================================"
|
||||||
|
echo "Checking: $ctype / $cname"
|
||||||
|
echo "Expected repo: $expected_repo"
|
||||||
|
echo "========================================"
|
||||||
|
|
||||||
# --- functions ------------------------------------------------------
|
# --- functions ------------------------------------------------------
|
||||||
have_yq() { command -v yq >/dev/null 2>&1; }
|
have_yq() { command -v yq >/dev/null 2>&1; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user