fix path to install_latest script

Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
Tim Etchells 2021-09-13 14:18:09 -07:00
parent ef7cace71d
commit 39f4393770

View file

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