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 774e4f6 commit 1428b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ 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 }}/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 }}/deploy-guru:${{ github.sha }}

0 comments on commit 1428b4f

Please sign in to comment.