Skip to content
Snippets Groups Projects
Commit c9a93733 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds job tags to semantic-release

parent d424958b
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ spec: ...@@ -74,8 +74,8 @@ spec:
- protected - protected
- all - all
default: '' default: ''
docker-semantic-release-job-tags: semantic-release-job-tags:
description: tags to filter applicable runners for docker-semantic-release job description: tags to filter applicable runners for semantic-release job
type: array type: array
default: [] default: []
...@@ -739,5 +739,5 @@ semantic-release: ...@@ -739,5 +739,5 @@ semantic-release:
# else manual # else manual
- when: manual - when: manual
allow_failure: true allow_failure: true
tags: $[[ inputs.docker-semantic-release-job-tags ]] tags: $[[ inputs.semantic-release-job-tags ]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment