Skip to content

Commit 6e10bba

Browse files
committed
cahnged how the username is called
1 parent 1c54b0d commit 6e10bba

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
@@ -44,5 +44,5 @@ jobs:
4444
# https://github.com/docker/build-push-action
4545
- name: Push Docker Image to GHCR
4646
run: |
47-
docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest}}
47+
docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
4848

0 commit comments

Comments
 (0)