Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee authored Jun 10, 2024
1 parent 2fac47a commit d3a60cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build the Docker image
run: docker build . --file Dockerfile --tag crawler:latest
run: docker build . --file Dockerfile --tag shilongli0101/crawler:latest

- name: Push the Docker image
run: docker push shilongli0101/crawler:latest

0 comments on commit d3a60cd

Please sign in to comment.