From bd882b6d3e44e9aa42a1691b55a019080d5f5074 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 17:11:29 +0200 Subject: [PATCH] fix: push tag was incorrect --- .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 0a83b6a..581badf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: uses: docker/build-push-action@v7 with: push: true - tags: actions/notify-slim:${{ steps.create_release.outputs.tag }} + tags: stackit-solutions.git.onstackit.cloud/actions/notify-slim:${{ steps.create_release.outputs.tag }} - name: "🖅 [END] release workflow" if: ${{ always() }}