Skip to content

Commit 7ef90ab

Browse files
authored
fix(ci): Update images.yml
1 parent 8f5a735 commit 7ef90ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
with:
2727
context: .
2828
target: backend
29-
tags: PluralKit/statuspage_backend:latest
29+
tags: ghcr.io/PluralKit/statuspage_backend:latest
3030
push: true
3131
- uses: docker/build-push-action@v2
3232
with:
3333
context: .
3434
target: frontend
35-
tags: PluralKit/statuspage_frontend:latest
35+
tags: ghcr.io/PluralKit/statuspage_frontend:latest
3636
push: true

0 commit comments

Comments
 (0)