udpates to flow and nfo manager for TV

This commit is contained in:
2025-09-22 10:03:59 -04:00
parent e7749620f6
commit a74feeb67e
4 changed files with 18 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@ jobs:
echo "Building DEV image with layer caching..."
docker build \
$CACHE_ARGS \
--build-arg GIT_BRANCH=dev \
--tag nfoguard:dev \
--tag nfoguard:dev-${{ github.sha }} \
--tag "$CACHE_IMAGE" \
+1
View File
@@ -99,6 +99,7 @@ jobs:
echo "Building with layer caching..."
docker build \
$CACHE_ARGS \
--build-arg GIT_BRANCH=main \
--tag nfoguard:latest \
--tag nfoguard:${{ github.sha }} \
--tag "$CACHE_IMAGE" \