chore: update github repo URL

This commit is contained in:
spiral
2022-06-05 12:57:10 -04:00
parent 89a770d59b
commit a18fd9bd0d
14 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
if: github.repository == 'xSke/PluralKit'
if: github.repository == 'PluralKit/PluralKit'
steps:
- uses: docker/login-action@v1
with:
@@ -22,8 +22,8 @@ jobs:
context: .
push: true
tags: |
ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
ghcr.io/xske/pluralkit:${{ github.sha }}
ghcr.io/xske/pluralkit:latest
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
ghcr.io/pluralkit/pluralkit:${{ env.BRANCH_NAME }}
ghcr.io/pluralkit/pluralkit:${{ github.sha }}
ghcr.io/pluralkit/pluralkit:latest
cache-from: type=registry,ref=ghcr.io/pluralkit/pluralkit:${{ env.BRANCH_NAME }}
cache-to: type=inline

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
if: github.repository == 'xSke/PluralKit'
if: github.repository == 'PluralKit/PluralKit'
steps:
- uses: docker/login-action@v1
with: