Skip to content

Commit 35677e4

Browse files
RELENG-6205 add tag
1 parent cb51e38 commit 35677e4

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: release
22

3-
on: workflow_dispatch
4-
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
tag:
7+
description: 'Tag to be released'
8+
required: true
59

610
jobs:
711
release-manager:
@@ -30,5 +34,5 @@ jobs:
3034
context: .
3135
file: ./Dockerfile
3236
push: true
33-
tags: "registry.scality.com/bert-e/bert-e:${{ github.sha }}"
37+
tags: "registry.scality.com/bert-e/bert-e:${{ github.event.inputs.tag }}"
3438

0 commit comments

Comments
 (0)