Skip to content

Commit 6f2c96a

Browse files
committed
trigger always ci
1 parent 6f52d93 commit 6f2c96a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Docker
77

88
on:
99
push:
10-
branches: [ "dev" ]
11-
tags:
12-
- 'v*.*.*'
10+
#branches: [ "dev" ]
11+
#tags:
12+
#- 'v*.*.*'
1313

1414
env:
1515
# Use docker.io for Docker Hub if empty
@@ -65,10 +65,6 @@ jobs:
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767
tags: |
68-
# branch event
69-
type=ref,event=branch
70-
# tag event
71-
type=ref,event=tag
7268
# full length commit sha
7369
type=sha,format=long
7470

0 commit comments

Comments
 (0)