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

This commit is contained in:
Philip Peterson 2026-06-11 22:47:20 -07:00
parent 303c1e6205
commit d5055e0bda

View file

@ -11,12 +11,12 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container:
image: quay.io/podman/stable
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Install Podman
run: apt-get update -qq && apt-get install -y podman
- name: Log in to registry
run: |
echo "${{ secrets.FORGE_TOKEN }}" \