Fix docker build missing context
This commit is contained in:
@@ -4,7 +4,14 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ dev ]
|
branches: [ dev ]
|
||||||
pull_request:
|
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:
|
jobs:
|
||||||
build-dev:
|
build-dev:
|
||||||
|
|||||||
Reference in New Issue
Block a user