Skip to content

Commit 0827d71

Browse files
Merge branch 'support/v2.37.0-orange' into release-orange-v2.37.0
Signed-off-by: Fernandez Benjamin <benjamin2.fernandez.ext@orange.com>
2 parents dbdc246 + f15ae58 commit 0827d71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Create and publish a Docker image
33
# Configures this workflow to run every time a change is pushed to the branch called `release`.
44
on:
55
push:
6-
branches: ['release-orange-v2.37.0']
6+
tags:
7+
- "**"
78

89
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
910
env:

0 commit comments

Comments
 (0)