From 09a9fe43ebe852fdbb7eeec4d970d2fc433886b1 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 15 Nov 2024 10:24:03 -0400 Subject: [PATCH] FIX registry name --- .github/workflows/image_creation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_creation.yaml b/.github/workflows/image_creation.yaml index 9b0e788..cbe7f41 100644 --- a/.github/workflows/image_creation.yaml +++ b/.github/workflows/image_creation.yaml @@ -38,4 +38,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: 10.0.0.171/ddns:${{ github.ref_name }} + tags: 10.0.0.171/maximo/ddns:${{ github.ref_name }}