Skip to content

Commit

Permalink
💚 调整后端 Docker 镜像构建
Browse files Browse the repository at this point in the history
  • Loading branch information
hczs authored Jan 6, 2025
1 parent b74a866 commit b9013e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:

- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file ./tiny-url-app-backend/docker/Dockerfile --tag hsunnyc/tiny-url-app-backend:latest
run: |
cd ./tiny-url-app-backend
docker build . --file ./docker/Dockerfile --tag hsunnyc/tiny-url-app-backend:latest
- name: Push the Docker image
run: docker push hsunnyc/tiny-url-app-backend:latest
Expand Down

0 comments on commit b9013e7

Please sign in to comment.