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 }}