wip
This commit is contained in:
parent
d5055e0bda
commit
ac9a02e832
1 changed files with 9 additions and 1 deletions
|
|
@ -15,7 +15,15 @@ jobs:
|
|||
image: quay.io/podman/stable
|
||||
options: --privileged
|
||||
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
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue