diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3260341..fc0bb44 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,7 +11,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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7755bf4..0fe0aca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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