sudo
This commit is contained in:
parent
c648318653
commit
303c1e6205
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Podman
|
- name: Install Podman
|
||||||
run: sudo apt-get update -qq && sudo apt-get install -y podman
|
run: apt-get update -qq && apt-get install -y podman
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue