Skip to content

Commit

Permalink
Fixed the docker hub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Penchukov committed Nov 4, 2023
1 parent f9222bb commit f0d2472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/fastapi:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/sm-fastapi:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

0 comments on commit f0d2472

Please sign in to comment.