fix: correct name
All checks were successful
Check / check (push) Successful in 56s

This commit is contained in:
trev 2025-05-17 04:49:14 -04:00
parent 9a204d3808
commit 23be247cdb

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