login to ghcr

pull/1118/head
Willy 2023-02-18 23:48:33 +01:00
parent 20c496a89c
commit 3ec91d81f0
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 6 additions and 0 deletions

View File

@ -460,6 +460,12 @@ jobs:
with:
name: docker-images
path: images
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- uses: ncipollo/release-action@v1
with:
allowUpdates: true