From e9a51487ffa3fb74785f4d0f5e5555a169fc1a65 Mon Sep 17 00:00:00 2001 From: Stefan <42220813+Stefanuk12@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:16:47 +0100 Subject: [PATCH] Update .github/workflows/release.yaml Co-authored-by: dai --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c6d071..50cf4a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -176,7 +176,7 @@ jobs: files: artifacts/* publish-registry-image: - name: Build and publish Docker package + name: Build and publish Docker image runs-on: ubuntu-latest needs: [ prepare ] if: ${{ needs.prepare.outputs.registry_published == 'not found' }}