wip
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:51:15 -07:00
parent d5055e0bda
commit ac9a02e832

View file

@ -15,7 +15,15 @@ jobs:
image: quay.io/podman/stable image: quay.io/podman/stable
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - name: Install git
run: dnf install -y --quiet git-core
- name: Checkout
run: |
git clone --depth=1 \
"https://x-access-token:${{ secrets.GITHUB_TOKEN }}@${{ env.REGISTRY }}/${{ github.repository }}.git" \
.
git checkout "${{ github.sha }}"
- name: Log in to registry - name: Log in to registry
run: | run: |