Skip to content

Commit 113e587

Browse files
authored
Add tag creation trigger to docker-build workflow
1 parent d5fe41a commit 113e587

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: docker-build
22
on:
33
pull_request: {}
4+
create:
5+
tags:
6+
- "**"
47
push:
58
branches:
69
- "elx-vault-main"

0 commit comments

Comments
 (0)