Skip to content

Commit 44c1434

Browse files
committed
[fixup] Add Docker login step
Attempt to login to Docker to pull private base images for DSE
1 parent 33ebad7 commit 44c1434

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ jobs:
246246
image: tonistiigi/binfmt:qemu-v7.0.0-28
247247
- name: Set up Docker Buildx
248248
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 }}
249254
- name: Build DSE ${{ matrix.dse-version }}-${{ matrix.base-platform }}
250255
id: docker_build
251256
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)