From 41b498fe061dcada3b07bb6eac34328513952cd1 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Fri, 19 Jan 2024 18:00:29 +0100 Subject: [PATCH] fix: Update Podman image build and deployment configuration path --- .github/workflows/podman.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index 224ff3dea..2bb2cc750 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build Podman images - run: podman-compose -f docker-compose-build.yml build + run: podman-compose -f docker-compose-deploy.yml build - name: Deploy Podman images - run: podman-compose -f docker-compose-build.yml up -d \ No newline at end of file + run: podman-compose -f docker-compose-deploy.yml up -d \ No newline at end of file