fix(ci): use updated github container registry host

This commit is contained in:
Alex
2022-02-21 15:25:01 +01:00
parent dc591110cc
commit 3e397648f8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: GitHub Package Registry
uses: aevea/action-kaniko@master
with:
registry: docker.pkg.github.com
registry: ghcr.io
password: ${{ secrets.GITHUB_TOKEN }}
image: kaniko
cache: true