Skip to content

Commit 3e615ac

Browse files
authored
Use authenticated docker pull in integration tests (#685)
1 parent 5284de9 commit 3e615ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Log in to Docker Hub
16+
uses: docker/login-action@v2
17+
with:
18+
username: ${{ secrets.DOCKER_USERNAME }}
19+
password: ${{ secrets.DOCKER_PASSWORD }}
20+
1521
- name: Set up Docker Buildx
1622
uses: docker/setup-buildx-action@v2
1723

0 commit comments

Comments
 (0)