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