Skip to content

Commit edbe2eb

Browse files
authored
Add Docker Hub login step to CI workflow
1 parent c5a3f65 commit edbe2eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/loadtest-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ jobs:
103103
KOREA_TOURISM_API_KEY=${{ secrets.KOREA_TOURISM_API_KEY }}
104104
ENVEOF
105105
106+
- name: Login to Docker Hub
107+
uses: docker/login-action@v3
108+
with:
109+
username: ${{ secrets.DOCKERHUB_USERNAME }}
110+
password: ${{ secrets.DOCKERHUB_TOKEN }}
111+
106112
- name: Pull latest image
107113
run: docker pull ${{ env.DOCKER_IMAGE_REPO }}:${{ env.IMAGE_TAG }}
108114

0 commit comments

Comments
 (0)