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 2284191 commit 3735d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
docker login -u ${{ secrets.DOCKER_ID }} -p ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
- name: Build Docker image
run: docker build -t crawlapp:latest .
run: docker build -t dkaykorea/crawlapp:latest .

- name: Push Docker image
run: docker push crawlapp:latest
run: docker push dkaykorea/crawlapp:latest

0 comments on commit 3735d81

Please sign in to comment.