Skip to content

Commit ce90833

Browse files
committed
changed the username, password, and included docker build job, also added the github.sha
1 parent 4d6d785 commit ce90833

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

0 commit comments

Comments
 (0)