Skip to content

Commit 47360f8

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

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 }}:testing
46+
docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
4747

0 commit comments

Comments
 (0)