fix(ci): checkout for image refs step
This commit is contained in:
parent
11f623723a
commit
4ff9f8b383
1 changed files with 8 additions and 5 deletions
|
@ -13,11 +13,6 @@ jobs:
|
||||||
- blob-proxy
|
- blob-proxy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Git config
|
|
||||||
run: |
|
|
||||||
git config --global user.email "ci@icb4dc0.de"
|
|
||||||
git config --global user.name "Forgejo Actions"
|
|
||||||
|
|
||||||
- name: Setup `spin`
|
- name: Setup `spin`
|
||||||
uses: fermyon/actions/spin/setup@v1
|
uses: fermyon/actions/spin/setup@v1
|
||||||
|
|
||||||
|
@ -52,6 +47,14 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Git config
|
||||||
|
run: |
|
||||||
|
git config --global user.email "ci@icb4dc0.de"
|
||||||
|
git config --global user.name "Forgejo Actions"
|
||||||
|
|
||||||
- name: Update image reference
|
- name: Update image reference
|
||||||
run: |
|
run: |
|
||||||
for func in "comics", "blob-proxy":
|
for func in "comics", "blob-proxy":
|
||||||
|
|
Loading…
Add table
Reference in a new issue