From e9464bc535a91d45f5daef40d1a8b4e79f291d84 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 5863faac5..5c6c650fb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -172,6 +172,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 }}