Skip to content

Commit 531b75b

Browse files
authored
Merge pull request #82 from ovh/cds
fix: cds: update workflow to release docker images
2 parents e309d08 + 065610e commit 531b75b

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)