We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7dc55 commit c906d4cCopy full SHA for c906d4c
1 file changed
.github/workflows/build-split-image.yml
@@ -159,6 +159,13 @@ jobs:
159
outputs:
160
final-image: ${{ steps.image_tags.outputs.final_image }}
161
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 }}
169
-
170
name: Login to GitHub Container Registry
171
if: matrix.registry == 'ghcr.io'
0 commit comments