Changed to build image from local podman
Some checks failed
Build and Deploy Backend (Podman) / build (push) Failing after 2m39s
Build and Deploy Backend (Podman) / deploy (push) Has been skipped
Build and Deploy Backend (Podman) / verify (push) Has been skipped

This commit is contained in:
2025-12-05 17:01:24 +08:00
parent 05ffa628c6
commit bbddd9a7ed

View File

@@ -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