From a92afa1b6a4669bbb819ad03b6007fd5882e653a Mon Sep 17 00:00:00 2001 From: goshado Date: Tue, 7 Jan 2025 08:22:10 +0200 Subject: [PATCH 1/2] ci: fix docker latest tag --- .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 3d6b85f..e2e8e40 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 }},latest + tags: quickube/piper:${{ github.ref_name }},quickube/piper:${{ github.ref_name }}latest labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max From 4ddf2a4ae0ccf6c7e09336b2a8d4948a64f40d56 Mon Sep 17 00:00:00 2001 From: goshado Date: Tue, 7 Jan 2025 08:22:41 +0200 Subject: [PATCH 2/2] ci: fix docker latest tag --- .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 e2e8e40..f8064c7 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:${{ github.ref_name }}:latest labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max