From 290de43df020992987e4d3018dd543fcfa236a24 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Sun, 11 Feb 2024 13:10:08 -0800 Subject: [PATCH] Temporarily disable tagging images as latest --- .github/workflows/on-tag.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 55a5585cc..919130c53 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -100,6 +100,5 @@ jobs: --cache-to "type=local,dest=/tmp/.buildx-cache" \ --platform linux/amd64,linux/arm64 \ --tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \ - --tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \ --output "type=registry" ./${{ matrix.service }}/ \ --build-arg commitHash=$SHORT_SHA