We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2874f7b commit d6a8263Copy full SHA for d6a8263
.github/workflows/docker-image.yml
@@ -22,10 +22,10 @@ jobs:
22
23
- name: Build Docker image with tags
24
run: |
25
- IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/microsoft-rewards-script
+ IMAGE_NAME=ghcr.io/walzen-group/microsoft-rewards-script
26
docker build . --file Dockerfile --tag $IMAGE_NAME:latest --tag $IMAGE_NAME:$(date +%s)
27
28
- name: Push Docker image
29
30
31
docker push $IMAGE_NAME:latest
0 commit comments