From 41aa764480955cd9732cb34ba7ff3cee978024d6 Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Sat, 27 Jul 2024 19:06:46 +0530 Subject: [PATCH] chore: Update publish-ghcr.yml to include latest tag in addition to current version --- .github/workflows/publish-ghcr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-ghcr.yml b/.github/workflows/publish-ghcr.yml index ed9208d..0ad6c42 100644 --- a/.github/workflows/publish-ghcr.yml +++ b/.github/workflows/publish-ghcr.yml @@ -41,5 +41,7 @@ jobs: with: context: . push: true - tags: ghcr.io/pradumnasaraf/devops:${{ steps.package-version.outputs.current-version}} + tags: | + ghcr.io/pradumnasaraf/devops:${{ steps.package-version.outputs.current-version}} + ghcr.io/pradumnasaraf/devops:latest labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file