From bbddd9a7ed3f59abe2b1465043a9f634535932f6 Mon Sep 17 00:00:00 2001 From: CloudForge Dev Date: Fri, 5 Dec 2025 17:01:24 +0800 Subject: [PATCH] Changed to build image from local podman --- .gitea/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index 0726efd..609ffce 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install -y podman podman --version - - name: Build Image with Podman + - name: Build Image with Podman tt run: | podman build -t cloudforge-dashboard-backend:${GITHUB_SHA:0:8} . podman tag cloudforge-dashboard-backend:${GITHUB_SHA:0:8} cloudforge-dashboard-backend:latest