Skip to content

Commit

Permalink
Update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadenBA authored Apr 19, 2024
1 parent 4eef0a7 commit 9879b50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Tag Docker Image
run: |
docker tag recipeapp:latest chaden13/recipeapp:latest

- name: Push Docker Image
run: |
docker push chaden13/recipeapp:latest
Expand Down

0 comments on commit 9879b50

Please sign in to comment.