chore: update github repo URL
This commit is contained in:
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/gateway.yml
vendored
2
.github/workflows/gateway.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user