From b89d73e3a8ecb9ccc285f8d6dd1044ed8f66ca4d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 10 Jan 2024 19:13:29 +0530 Subject: [PATCH] Update ghcr_deploy.yml --- .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 2274fbbdeb..1144b2b7f4 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -72,7 +72,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' }}, ${{ steps.meta.outputs.tags }}-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