2
0
Fork 0
mirror of https://github.com/redhat-actions/push-to-registry.git synced 2025-06-27 16:25:53 +00:00

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