diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 230cec7a..70fd5529 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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