Skip to content

Commit dd3e4e9

Browse files
committed
changed the username, password, and included docker build job
1 parent 47360f8 commit dd3e4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
# Push the Docker image to the registry
4444
- name: Push Docker Image to GHCR
4545
run: |
46-
docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
46+
docker push ghcr.io/${{ env.IMAGE_NAME }}
4747

0 commit comments

Comments
 (0)