Compare commits

...

2 Commits

Author SHA1 Message Date
23be247cdb fix: correct name
All checks were successful
Check / check (push) Successful in 56s
2025-05-17 04:49:14 -04:00
9a204d3808 fix: use ghcr for github 2025-05-17 04:47:55 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ runs:
- name: Push manifest
shell: bash
run: |
docker manifest create $HOST/$REPOSITORY:$VERSION \
docker manifest create $REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION \
$REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION-amd64 \
$REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION-arm64 \
$REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION-arm

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 }}