Skip to content

Commit d6a8263

Browse files
authored
Update docker-image.yml
1 parent 2874f7b commit d6a8263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
- name: Build Docker image with tags
2424
run: |
25-
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/microsoft-rewards-script
25+
IMAGE_NAME=ghcr.io/walzen-group/microsoft-rewards-script
2626
docker build . --file Dockerfile --tag $IMAGE_NAME:latest --tag $IMAGE_NAME:$(date +%s)
2727
2828
- name: Push Docker image
2929
run: |
30-
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/microsoft-rewards-script
30+
IMAGE_NAME=ghcr.io/walzen-group/microsoft-rewards-script
3131
docker push $IMAGE_NAME:latest

0 commit comments

Comments
 (0)