From a8a47d25319c7aba40c5d4332063175dcdd2e815 Mon Sep 17 00:00:00 2001 From: sandreas <2050604+sandreas@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:14:47 +0100 Subject: [PATCH] Fixed tags for docker push --- .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 6531355..6a96dd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 #platforms: linux/386,linux/ppc64le,linux/s390x,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 push: true - tags: ${{ steps.version.outputs.version }} + tags: sandreas/m4b-tool:latest,sandreas/m4b-tool:${{ steps.version.outputs.version-without-v }} build-args: | REF_NAME=${{ github.ref_name }}