ci(package): login to registry

This commit is contained in:
Thomas Hobson 2021-03-14 13:02:54 +13:00
parent 0ff42adeaa
commit 41e036d93c
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 7 additions and 0 deletions

View File

@ -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: |