Use git clone instead of actions/checkout for buildah container
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1s

This commit is contained in:
Scott Hatlen
2026-03-09 19:31:07 -07:00
parent 318fc88319
commit 7e6319b7bb

View File

@@ -12,7 +12,9 @@ jobs:
image: quay.io/buildah/stable
steps:
- name: Checkout
uses: actions/checkout@v4
run: |
git clone --depth 1 --branch "${{ github.ref_name }}" "${{ github.server_url }}/${{ github.repository }}.git" .
git checkout "${{ github.sha }}"
- name: Build image
run: |