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
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue