Skip to content

Commit

Permalink
Update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xkub committed Oct 29, 2024
1 parent 2a12ebc commit 2d40cd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Verify Docker login
run: docker info
- name: Delete Old version of Docker image
run: |
docker rmi migboy03/her-feeling-server || echo "Image not found, skipping deletion"
Expand Down

0 comments on commit 2d40cd8

Please sign in to comment.