From 9bf1c205ef87bc7821a7de4fc9b09f7c42c11d59 Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Wed, 21 Feb 2024 16:40:12 +0300 Subject: [PATCH] Update release.yml * Bugfix to docker image tag name Signed-off-by: Andres Morey --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43cb2654..d4347966 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,4 +29,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: amorey/kubetail:${{ steps.tagName.outputs.tag }} + tags: kubetail/kubetail:${{ steps.tagName.outputs.tag }}