@@ -76,14 +76,14 @@ jobs:
76
76
77
77
- name : Login to Docker Hub
78
78
uses : docker/login-action@v3
79
- if : ${{ startsWith(github.ref, 'refs/tags/') }}
79
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
80
80
with :
81
81
username : ${{ secrets.DOCKERHUB_USERNAME }}
82
82
password : ${{ secrets.DOCKERHUB_TOKEN }}
83
83
84
84
- name : Login to GitHub Container Registry
85
85
uses : docker/login-action@v3
86
- if : ${{ startsWith(github.ref, 'refs/tags/') }}
86
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
87
87
with :
88
88
registry : ghcr.io
89
89
username : ${{ github.actor }}
@@ -132,14 +132,14 @@ jobs:
132
132
133
133
- name : Login to Docker Hub
134
134
uses : docker/login-action@v3
135
- if : ${{ startsWith(github.ref, 'refs/tags/') }}
135
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
136
136
with :
137
137
username : ${{ secrets.DOCKERHUB_USERNAME }}
138
138
password : ${{ secrets.DOCKERHUB_TOKEN }}
139
139
140
140
- name : Login to GitHub Container Registry
141
141
uses : docker/login-action@v3
142
- if : ${{ startsWith(github.ref, 'refs/tags/') }}
142
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
143
143
with :
144
144
registry : ghcr.io
145
145
username : ${{ github.actor }}
0 commit comments