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 33ebad7 commit 44c1434Copy full SHA for 44c1434
.github/workflows/ci.yaml
@@ -246,6 +246,11 @@ jobs:
246
image: tonistiigi/binfmt:qemu-v7.0.0-28
247
- name: Set up Docker Buildx
248
uses: docker/setup-buildx-action@v3
249
+ - name: Login to DockerHub
250
+ uses: docker/login-action@v3
251
+ with:
252
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
253
+ password: ${{ secrets.DOCKER_HUB_PASSWORD }}
254
- name: Build DSE ${{ matrix.dse-version }}-${{ matrix.base-platform }}
255
id: docker_build
256
uses: docker/build-push-action@v5
0 commit comments