Skip to content

Commit a205230

Browse files
authored
Update docker-build.yaml
1 parent 113e587 commit a205230

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: docker-build
22
on:
3-
pull_request: {}
4-
create:
5-
tags:
6-
- "**"
73
push:
8-
branches:
9-
- "elx-vault-main"
10-
tags:
11-
- "**"
4+
# pull_request: {}
5+
# create:
6+
# tags:
7+
# - "**"
8+
# push:
9+
# branches:
10+
# - "elx-vault-main"
11+
# tags:
12+
# - "**"
1213

1314
env:
1415
IMAGE_NAME: elx-vault

0 commit comments

Comments
 (0)