From 052e0f9388bf9caa5e50a9f50139c324a0fa5b81 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:31:44 +0200 Subject: [PATCH] Disable latest tag for alpine to avoid overwriting the debian latest tag There is no lastes-alpine as the specified suffix is not applied to the latest tag. --- .github/workflows/miniconda_alpine_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 35e809e0..05bb5383 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -41,6 +41,8 @@ jobs: type=ref,event=branch,suffix=-alpine type=ref,event=pr,suffix=-alpine type=match,pattern=miniconda3-v(.*)-alpine,group=1,suffix=-alpine + flavor: | + latest=false - name: build miniconda3/alpine uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935