fix: use ghcr for github
This commit is contained in:
parent
00e36b6c77
commit
9a204d3808
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -68,6 +68,6 @@ jobs:
|
|||||||
- name: Push images
|
- name: Push images
|
||||||
uses: ./.actions/push
|
uses: ./.actions/push
|
||||||
with:
|
with:
|
||||||
server_url: ${{ github.server_url }}
|
server_url: ghcr.io
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.ref_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user