mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
ci(package): login to package registry
This commit is contained in:
parent
e1d9ae69c9
commit
8834462ac2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/package-pr.yaml
vendored
7
.github/workflows/package-pr.yaml
vendored
|
@ -75,6 +75,13 @@ jobs:
|
|||
|
||||
write-mode: overwrite
|
||||
|
||||
- name: Login to GitHub registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
docker run -v $(pwd)'/repo:/piston/repo' -v $(pwd)'/packages:/piston/packages' -d --name piston_fs_repo docker.pkg.github.com/engineer-man/piston/repo-builder --no-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue