fix(ci): checkout for image refs step
This commit is contained in:
parent
11f623723a
commit
54aaacff30
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ jobs:
|
|||
needs:
|
||||
- build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Update image reference
|
||||
run: |
|
||||
for func in "comics", "blob-proxy":
|
||||
|
|
Loading…
Add table
Reference in a new issue