From 070151317c797590369d292d5091a8c690b44090 Mon Sep 17 00:00:00 2001 From: Kilna Date: Mon, 20 May 2024 22:51:46 -0700 Subject: [PATCH] Remove redundant latest tag (github provides it as a tag if tagged as llatest) --- .github/workflows/docker-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 9e0901e..4b42545 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -34,7 +34,6 @@ jobs: org.opencontainers.image.revision:${{ github.sha }} org.opencontainers.image.version:${{ github.event.release.tag_name }} tags: | - docker.io/kilna/envhttpd:latest docker.io/kilna/envhttpd:${{ env.VERSION_TAG }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache,mode=max