From 15ad9a4b9d6531936bf994ae7eb42560620b2858 Mon Sep 17 00:00:00 2001 From: GoshaDo Date: Wed, 12 Feb 2025 08:45:14 +0200 Subject: [PATCH] ci: fix release image version --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f8064c7..40c8607 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: quickube/piper:${{ github.ref_name }},quickube/piper:${{ github.ref_name }}:latest + tags: quickube/piper:${{ github.ref_name }},quickube/piper:latest labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max