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 12, 2023
1 parent 0b2783c commit 74fa222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

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

- name: Build Docker image
run: docker build -t crawlFlaskApp:latest .
Expand Down

0 comments on commit 74fa222

Please sign in to comment.