fix: cds: update workflow to release docker images

Signed-off-by: Romain Beuque <romain.beuque@ovhcloud.com>
This commit is contained in:
Romain Beuque 2025-10-31 16:24:02 +00:00
parent e309d088f1
commit 065610e8ad
No known key found for this signature in database
GPG key ID: 09115AFC5E9A5339

View file

@ -47,7 +47,7 @@ jobs:
release:
needs:
- push-docker-image
if: git.ref_name == 'main'
if: '${{ git.ref_type == ''tag'' && success() }}'
runs-on:
model: library/default-container
steps: