We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f52d93 commit 6f2c96aCopy full SHA for 6f2c96a
1 file changed
.github/workflows/docker-publish.yml
@@ -7,9 +7,9 @@ name: Docker
7
8
on:
9
push:
10
- branches: [ "dev" ]
11
- tags:
12
- - 'v*.*.*'
+ #branches: [ "dev" ]
+ #tags:
+ #- 'v*.*.*'
13
14
env:
15
# Use docker.io for Docker Hub if empty
@@ -65,10 +65,6 @@ jobs:
65
with:
66
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
67
tags: |
68
- # branch event
69
- type=ref,event=branch
70
- # tag event
71
- type=ref,event=tag
72
# full length commit sha
73
type=sha,format=long
74
0 commit comments