1 parent c5a3f65 commit edbe2ebCopy full SHA for edbe2eb
1 file changed
.github/workflows/loadtest-cd.yml
@@ -103,6 +103,12 @@ jobs:
103
KOREA_TOURISM_API_KEY=${{ secrets.KOREA_TOURISM_API_KEY }}
104
ENVEOF
105
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
+
112
- name: Pull latest image
113
run: docker pull ${{ env.DOCKER_IMAGE_REPO }}:${{ env.IMAGE_TAG }}
114
0 commit comments