fix: use ghcr for github

This commit is contained in:
trev 2025-05-17 04:47:55 -04:00
parent 00e36b6c77
commit 9a204d3808

View File

@ -68,6 +68,6 @@ jobs:
- name: Push images
uses: ./.actions/push
with:
server_url: ${{ github.server_url }}
server_url: ghcr.io
repository: ${{ github.repository }}
tag: ${{ github.ref_name }}