Update main.yml

This commit is contained in:
Roelof Kallenkoot 2021-05-11 12:14:43 +02:00 committed by GitHub
parent 313ef319b8
commit 1d93ddd904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,12 @@ jobs:
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare - name: Prepare
id: prep id: prep
run: | run: |