Fix docker build missing context
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user