sudo
Some checks failed
CI / build (push) Failing after 3s
CI / bump-infra (push) Has been skipped

This commit is contained in:
Philip Peterson 2026-06-11 22:45:22 -07:00
parent c648318653
commit 303c1e6205

View file

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