Skip to content

Commit 121ad3b

Browse files
committed
ci: make sure you are logged in!
Signed-off-by: Ramon Roche <[email protected]>
1 parent 6e1f131 commit 121ad3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dev_container.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676

7777
- name: Login to Docker Hub
7878
uses: docker/login-action@v3
79-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
79+
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
8080
with:
8181
username: ${{ secrets.DOCKERHUB_USERNAME }}
8282
password: ${{ secrets.DOCKERHUB_TOKEN }}
8383

8484
- name: Login to GitHub Container Registry
8585
uses: docker/login-action@v3
86-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
86+
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
8787
with:
8888
registry: ghcr.io
8989
username: ${{ github.actor }}
@@ -132,14 +132,14 @@ jobs:
132132

133133
- name: Login to Docker Hub
134134
uses: docker/login-action@v3
135-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
135+
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
136136
with:
137137
username: ${{ secrets.DOCKERHUB_USERNAME }}
138138
password: ${{ secrets.DOCKERHUB_TOKEN }}
139139

140140
- name: Login to GitHub Container Registry
141141
uses: docker/login-action@v3
142-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
142+
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
143143
with:
144144
registry: ghcr.io
145145
username: ${{ github.actor }}

0 commit comments

Comments
 (0)