From b4d624f3323ea9ddb9c9435a54a8362e438a5a85 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 8 Jan 2024 11:47:12 +0530 Subject: [PATCH] Update ghcr_deploy.yml always update latest tag --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index bffb3bb8a8..05a845762f 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -44,7 +44,7 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }} # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest' + tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},latest # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest' labels: ${{ steps.meta.outputs.labels }} build-and-push-image-alpine: runs-on: ubuntu-latest