forked from claw/flaskpaste
ci: add --load flag to docker build
This commit is contained in:
@@ -304,7 +304,7 @@ jobs:
|
|||||||
echo "Using: $BUILD_CMD"
|
echo "Using: $BUILD_CMD"
|
||||||
|
|
||||||
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
|
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
|
||||||
$BUILD_CMD build -f Containerfile -t flaskpaste:latest -t flaskpaste:sha-${SHORT_SHA} .
|
$BUILD_CMD build --load -f Containerfile -t flaskpaste:latest -t flaskpaste:sha-${SHORT_SHA} .
|
||||||
echo "Image built"
|
echo "Image built"
|
||||||
$BUILD_CMD images | grep flaskpaste
|
$BUILD_CMD images | grep flaskpaste
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user