fix(ci): checkout for image refs step
Some checks failed
functions / build (blob-proxy) (push) Successful in 1m16s
functions / build (comics) (push) Successful in 1m43s
functions / image_refs (push) Failing after 5s
functions / deploy (push) Has been skipped

This commit is contained in:
Peter 2025-01-21 17:54:51 +01:00
parent 11f623723a
commit 54aaacff30
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -52,6 +52,9 @@ jobs:
needs: needs:
- build - build
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update image reference - name: Update image reference
run: | run: |
for func in "comics", "blob-proxy": for func in "comics", "blob-proxy":