From e9d52d979452a9df34fe61f0983da9e95cc389bc Mon Sep 17 00:00:00 2001 From: Username Date: Mon, 16 Feb 2026 22:09:48 +0100 Subject: [PATCH] ci: add --load flag to docker build --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index db8b997..804731d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -304,7 +304,7 @@ jobs: echo "Using: $BUILD_CMD" 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" $BUILD_CMD images | grep flaskpaste