mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: update github repo URL
This commit is contained in:
parent
89a770d59b
commit
a18fd9bd0d
14 changed files with 24 additions and 24 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue