From 2d2e51bf3627834a04038890ac95ebb0c8ad7bd0 Mon Sep 17 00:00:00 2001 From: Alex Coats Date: Tue, 14 May 2024 08:33:32 -0400 Subject: [PATCH] fix release action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8583154c0..3e0fc4846 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,8 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: ghcr.io/iotaledger/inx-chronicle - tags: type=semver,pattern={{version}} + images: ghcr.io/iotaledger/inx-chronicle-nova + tags: type=semver,pattern=nova-{{version}} - name: Login to GitHub container registry uses: docker/login-action@v1