Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donggook-me authored Sep 26, 2023
1 parent 3735d81 commit 1528543
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ 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 dkaykorea/crawlapp:latest .
Expand Down

0 comments on commit 1528543

Please sign in to comment.