Do not tag 1.9.x Docker images as latest

Only 2.x images should be set as latest.
This commit is contained in:
Donal McBreen
2024-10-02 09:59:41 +01:00
parent bce2d35e9f
commit 3e0302230e

View File

@@ -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 }}