Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 11a05d2

Browse files
authored
udpated
1 parent 3510ddf commit 11a05d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dockerize-tag.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build and Push version tagged Docker for each tag
2-
on: push
3-
branches: [ master, pull-request ]
4-
tags:
5-
- 'v[0-9]+.[0-9]+.[0-9]+*'
2+
on:
3+
push:
4+
# branches: [ master, pull-request ]
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
67
jobs:
78
Build-Push-Tag:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)