Skip to content

Commit 7863bf6

Browse files
committed
CI/docker: always login to docker hub
1 parent dcda599 commit 7863bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3434
3535
- name: Login to Docker Hub
36-
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release')
3736
uses: docker/login-action@v3
3837
with:
3938
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -89,7 +88,6 @@ jobs:
8988
uses: actions/checkout@v5
9089

9190
- name: Login to Docker Hub
92-
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release')
9391
uses: docker/login-action@v3
9492
with:
9593
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)