From c6548e68b79b6a8f687a2a208db32d74a92bbcfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Fri, 29 Mar 2024 10:55:48 +0100 Subject: [PATCH] Fix utils image build (#2258) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b036582cfa..0d5e02398d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -151,6 +151,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: