mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
test
This commit is contained in:
parent
62363cf8d5
commit
67ede9d16f
1 changed files with 8 additions and 2 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -7,15 +7,21 @@ jobs:
|
||||||
build-ci-container:
|
build-ci-container:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: docker/login-action@v1
|
||||||
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.CR_PAT }}
|
||||||
- uses: docker/build-push-action@v2
|
- uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
tags: pkci
|
tags:
|
||||||
|
- ghcr.io/pluralkit/ci:${{ github.sha }}
|
||||||
file: ci/Dockerfile
|
file: ci/Dockerfile
|
||||||
setup-ci:
|
setup-ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: ["build-ci-container"]
|
needs: ["build-ci-container"]
|
||||||
container:
|
container:
|
||||||
image: pkci
|
image: ghcr.io/pluralkit/ci:${{ github.sha }}
|
||||||
steps:
|
steps:
|
||||||
- run: /run_ci.py
|
- run: /run_ci.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue