mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
ci(package): login to registry
This commit is contained in:
parent
0ff42adeaa
commit
41e036d93c
1 changed files with 7 additions and 0 deletions
7
.github/workflows/package-pr.yaml
vendored
7
.github/workflows/package-pr.yaml
vendored
|
@ -17,6 +17,13 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Login to GitHub registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue