Skip to content

Commit 087cf38

Browse files
committed
fix(ci): update github docker registry host
1 parent e3476e8 commit 087cf38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
image:
14+
image:
1515
- black
1616
- isort
1717
- kubeval
@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ steps.filter.outputs.definition == 'true' }}
4848
uses: aevea/action-kaniko@master
4949
with:
50-
registry: docker.pkg.github.com
50+
registry: ghcr.io
5151
password: ${{ secrets.GITHUB_TOKEN }}
5252
image: ${{ matrix.image }}
5353
cache: true

0 commit comments

Comments
 (0)