Skip to content

Commit

Permalink
Added deployment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
theoafactor committed Dec 6, 2024
1 parent 3bc127f commit bfd4251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 'Log into Docker'
run: |
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} or -p ${{ secrets.DOCKERHUB_PASSWORD }}
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
- name: "Push the image to Docker Hub"
run: |
Expand Down

0 comments on commit bfd4251

Please sign in to comment.