Skip to content

Commit

Permalink
Removed docker push
Browse files Browse the repository at this point in the history
Encountered problems, images was pushed but when I tried to manually deploy on render it always failed to deploy
  • Loading branch information
lgaljer20 authored Jan 8, 2024
1 parent f918555 commit e323e3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ jobs:
- name: Build docker image
run: docker build -f SmartCharger/Dockerfile -t ${{secrets.REPO_NAME}} .

- name: Tag docker image
run: docker tag ${{secrets.REPO_NAME}}:latest ${{ secrets.DOCKER_USERNAME }}/${{secrets.REPO_NAME}}:latest

- name: Push docker image
run: docker push ${{ secrets.DOCKER_USERNAME }}/${{secrets.REPO_NAME}}:latest

0 comments on commit e323e3b

Please sign in to comment.