Compare commits
1 Commits
ec22e81031
...
6e385ba796
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e385ba796 |
@@ -256,6 +256,12 @@ jobs:
|
||||
container:
|
||||
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
||||
steps:
|
||||
- name: Restore Git Cache
|
||||
uses: actions/cache/restore@v5
|
||||
with:
|
||||
path: .git
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user