From 23be247cdb5f060ec700de6aa3f3ac1b73670202 Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 04:49:14 -0400 Subject: [PATCH] fix: correct name --- .actions/push/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.actions/push/action.yaml b/.actions/push/action.yaml index 08eb822..e4b0092 100644 --- a/.actions/push/action.yaml +++ b/.actions/push/action.yaml @@ -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