Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored Aug 9, 2024
1 parent 1428b4f commit a08a670
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:

- name: Build and tag the Docker image
run: |
docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner }}/deploy-guru:${{ github.sha }}
docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner | toLower }}/deploy-guru:${{ github.sha }}
- name: Push the Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/deploy-guru:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner | toLower }}/deploy-guru:${{ github.sha }}

0 comments on commit a08a670

Please sign in to comment.