ci: use Containerfile for image build

This commit is contained in:
Username
2026-01-18 10:30:26 +01:00
parent 80edae3e63
commit eb60193348

View File

@@ -278,7 +278,7 @@ jobs:
echo "Using: $BUILD_CMD"
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
$BUILD_CMD build -t flaskpaste:latest -t flaskpaste:sha-${SHORT_SHA} .
$BUILD_CMD build -f Containerfile -t flaskpaste:latest -t flaskpaste:sha-${SHORT_SHA} .
$BUILD_CMD images | grep flaskpaste
- name: Push to Harbor