Skip to content

Commit 587bc02

Browse files
committed
Add back dockerhub login
1 parent 204c305 commit 587bc02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pr-playwright-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ jobs:
134134
id: login-ecr
135135
uses: aws-actions/amazon-ecr-login@v2
136136

137+
# needed for pulling Vespa, Redis, Postgres, and Minio images
138+
# otherwise, we hit the "Unauthenticated users" limit
139+
# https://docs.docker.com/docker-hub/usage/
140+
- name: Login to Docker Hub
141+
uses: docker/login-action@v3
142+
with:
143+
username: ${{ secrets.DOCKER_USERNAME }}
144+
password: ${{ secrets.DOCKER_TOKEN }}
145+
137146
- name: Pull Docker images
138147
run: |
139148
# Pull all images from ECR in parallel

0 commit comments

Comments
 (0)