mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.CR_PAT }}
|
||||
- uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
tags: pkci
|
||||
tags:
|
||||
- ghcr.io/pluralkit/ci:${{ github.sha }}
|
||||
file: ci/Dockerfile
|
||||
setup-ci:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["build-ci-container"]
|
||||
container:
|
||||
image: pkci
|
||||
image: ghcr.io/pluralkit/ci:${{ github.sha }}
|
||||
steps:
|
||||
- run: /run_ci.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue