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 6c701fc commit 0b2783c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v2

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

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

- name: Push Docker image
run: docker push your-docker-image-name:latest
run: docker push crawlFlaskApp:latest

0 comments on commit 0b2783c

Please sign in to comment.