From 871aa058f807b68e7d24254316409c9976be68e5 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Jun 2026 10:07:37 +0200 Subject: [PATCH] ci(release): only update docker description from devel release This condition was accidentally removed when merging 4 release jobs into 2. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 002bec7c4..720f4631e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -164,6 +164,7 @@ jobs: fi - uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0 + if: github.ref == 'refs/tags/devel' name: Docker Hub Description with: username: ${{ vars.DOCKER_USER }}