diff --git a/.github/workflows/verify-push.yaml b/.github/workflows/verify-push.yaml index 60aed25..72cc4c5 100644 --- a/.github/workflows/verify-push.yaml +++ b/.github/workflows/verify-push.yaml @@ -32,7 +32,7 @@ jobs: - name: Install latest podman if: matrix.install_latest run: | - bash push-to-registry/.github/install_latest_podman.sh + bash .github/install_latest_podman.sh # Build image using Buildah action - name: Build Image