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