Skip to content

Commit 56adb91

Browse files
committed
Update ghcr.io image builds too
Missed this in my original username search. I made the same mistake in hypcast, so I already know this solution works.
1 parent d3ef3c6 commit 56adb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
with:
3535
push: true
3636
tags: |
37-
ghcr.io/ahamlinman/randomizer:latest
38-
ghcr.io/ahamlinman/randomizer:${{ github.sha }}
37+
ghcr.io/${{ github.repository }}:latest
38+
ghcr.io/${{ github.repository }}:${{ github.sha }}
3939
ahamlinman/randomizer:latest
4040
ahamlinman/randomizer:${{ github.sha }}
4141
platforms: |

0 commit comments

Comments
 (0)