Skip to content

Commit d3a60cd

Browse files
authored
Update docker-image.yml
1 parent 2fac47a commit d3a60cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323

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

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

0 commit comments

Comments
 (0)