From eb6019334854fbf082460865250085f502aa1392 Mon Sep 17 00:00:00 2001 From: Username Date: Sun, 18 Jan 2026 10:30:26 +0100 Subject: [PATCH] ci: use Containerfile for image 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 0c84466..640beac 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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