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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- container_name: web
|
||||
@@ -73,6 +74,11 @@ jobs:
|
||||
export expected_repo
|
||||
export ctype
|
||||
|
||||
echo "========================================"
|
||||
echo "Checking: $ctype / $cname"
|
||||
echo "Expected repo: $expected_repo"
|
||||
echo "========================================"
|
||||
|
||||
# --- functions ------------------------------------------------------
|
||||
have_yq() { command -v yq >/dev/null 2>&1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user