Changed to build image from local podman
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user