From dc44452c0434d9c5530c0a008a0077135242bbe9 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 4 Aug 2026 09:16:46 -0500 Subject: [PATCH] fix: use buildah import syntax --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 706bae1..4d36b70 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Push image run: | - buildah load -i result.tar.gz + buildah from docker-archive:result.tar.gz buildah tag "localhost/gregs-homepage:latest" ${{ env.IMAGE }} buildah push ${{ env.IMAGE }}