File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
22
22
23
23
- name : Build Docker image
24
24
run : |
25
- docker build -t ghcr.io/${{ github.repository }} /wallpaper-ai:${{ github.sha }} .
25
+ docker build -t ghcr.io/sonichigo /wallpaper-ai:${{ github.sha }} .
26
26
27
27
- name : Push Docker image
28
28
run : |
29
- docker push ghcr.io/${{ github.repository }} /wallpaper-ai:${{ github.sha }}
29
+ docker push ghcr.io/sonichigo /wallpaper-ai:${{ github.sha }}
30
30
31
31
- name : Tag latest image
32
32
run : |
33
- docker tag ghcr.io/${{ github.repository }} /wallpaper-ai:${{ github.sha }} ghcr.io/${{ github.repository }}/wallpaper-ai:latest
33
+ docker tag ghcr.io/sonichigo /wallpaper-ai:${{ github.sha }} ghcr.io/${{ github.repository }}/wallpaper-ai:latest
34
34
35
35
- name : Push the "latest" tag
36
36
run : |
37
- docker push ghcr.io/${{ github.repository }} /wallpaper-ai:latest
37
+ docker push ghcr.io/sonichigo /wallpaper-ai:latest
You can’t perform that action at this time.
0 commit comments