Skip to content

Commit c906d4c

Browse files
committed
Restore dockerhub login option
1 parent 5e7dc55 commit c906d4c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-split-image.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ jobs:
159159
outputs:
160160
final-image: ${{ steps.image_tags.outputs.final_image }}
161161
steps:
162+
-
163+
name: Login to DockerHub
164+
if: matrix.registry == 'docker.io'
165+
uses: docker/login-action@v3.6.0
166+
with:
167+
username: ${{ inputs.dockerhub_user }}
168+
password: ${{ secrets.dockerhub_password }}
162169
-
163170
name: Login to GitHub Container Registry
164171
if: matrix.registry == 'ghcr.io'

0 commit comments

Comments
 (0)