We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5a735 commit 7ef90abCopy full SHA for 7ef90ab
.github/workflows/images.yml
@@ -26,11 +26,11 @@ jobs:
26
with:
27
context: .
28
target: backend
29
- tags: PluralKit/statuspage_backend:latest
+ tags: ghcr.io/PluralKit/statuspage_backend:latest
30
push: true
31
- uses: docker/build-push-action@v2
32
33
34
target: frontend
35
- tags: PluralKit/statuspage_frontend:latest
+ tags: ghcr.io/PluralKit/statuspage_frontend:latest
36
0 commit comments