Skip to content

Commit

Permalink
adding docker
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalP227 committed Jun 11, 2023
1 parent c23b6e0 commit dc93693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/fastapi:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/social-media-api:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down

0 comments on commit dc93693

Please sign in to comment.