We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44debfa commit c775781Copy full SHA for c775781
.github/workflows/build.yml
@@ -68,6 +68,13 @@ jobs:
68
with:
69
platforms: arm64
70
71
+ - name: Login to Docker Hub
72
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
73
+ with:
74
+ username: ${{ secrets.DOCKER_USERNAME }}
75
+ password: ${{ secrets.DOCKER_PASSWORD }}
76
+ if: ${{ inputs.runner == 'ubuntu-24.04-amd64' }}
77
+
78
- name: Login to GitHub Container Registry
79
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
80
if: ${{ github.event_name != 'pull_request' && ! contains(inputs.image, 'plus') }}
0 commit comments