From 3e0302230ee4d8c0af4492977cf0ca7545b3dd3f Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Wed, 2 Oct 2024 09:59:41 +0100 Subject: [PATCH] Do not tag 1.9.x Docker images as latest Only 2.x images should be set as latest. --- .github/workflows/docker-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b568f68a..074fcee3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,7 +6,7 @@ on: tagInput: description: 'Tag' required: true - + release: types: [created] tags: @@ -51,5 +51,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/basecamp/kamal:latest ghcr.io/basecamp/kamal:${{ steps.version-tag.outputs.value }}