From bd5ef263d758653d26049889b87f6ee8ca508a61 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 May 2025 12:24:29 +0200 Subject: [PATCH] fix(ci): specify dependency correctly --- .gitea/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 922b246..cb56281 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -54,7 +54,8 @@ jobs: sync-to-hub-docker-io: needs: - - push-manifest + - push-arch-linux + - push-rocky-linux-8 runs-on: ubuntu-latest steps: - name: Copy images to docker.io