mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 10:11:21 +01:00
fix path to install_latest script
Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
parent
ef7cace71d
commit
39f4393770
1 changed files with 1 additions and 1 deletions
2
.github/workflows/verify-push.yaml
vendored
2
.github/workflows/verify-push.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue