Skip to content

Commit 065610e

Browse files
committed
fix: cds: update workflow to release docker images
Signed-off-by: Romain Beuque <romain.beuque@ovhcloud.com>
1 parent e309d08 commit 065610e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cds/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
release:
4848
needs:
4949
- push-docker-image
50-
if: git.ref_name == 'main'
50+
if: '${{ git.ref_type == ''tag'' && success() }}'
5151
runs-on:
5252
model: library/default-container
5353
steps:

0 commit comments

Comments
 (0)