Fix docker build missing context

This commit is contained in:
2025-09-16 15:55:36 -04:00
parent 9df0b969b0
commit 552addbdb9
+8 -1
View File
@@ -4,7 +4,14 @@ on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
# Build DEV image with cache (if available)
echo "Building DEV image with layer caching..."
docker build \
$CACHE_ARGS \
--tag nfoguard:dev \
--tag nfoguard:dev-${{ github.sha }} \
--tag "$CACHE_IMAGE" \
.s: [ dev ]
jobs:
build-dev: