From d3a60cd083a12dd40ea065338bc419f05b15c042 Mon Sep 17 00:00:00 2001 From: ShilongLee <72864711+ShilongLee@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:35:37 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 74ee4da..d84ea0f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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