mirror of
https://github.com/ovh/ovhcloud-cli.git
synced 2026-01-11 19:46:33 +00:00
fix: cds: update workflow to release docker images
Signed-off-by: Romain Beuque <romain.beuque@ovhcloud.com>
This commit is contained in:
parent
e309d088f1
commit
065610e8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue