fix(ci): checkout for image refs step

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:
- build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update image reference
run: |
for func in "comics", "blob-proxy":