Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donggook-me committed Sep 26, 2023
1 parent 3c58bf4 commit 2284191
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:

- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKER_ID }} -p ${{ secrets.DOCKERHUB_ACCESSTOKEN }}

- name: Debug Docker Login
run: |
echo "DOCKER_ID: ${{ secrets.DOCKER_ID }}"
echo "DOCKERHUB_ACCESSTOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}"
docker login -u ${{ secrets.DOCKER_ID }} -p ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
- name: Build Docker image
run: docker build -t crawlapp:latest .
Expand Down

0 comments on commit 2284191

Please sign in to comment.