From 7177581a4c29a1ad1bc3d4ed4b7dfe5a1735f5c3 Mon Sep 17 00:00:00 2001 From: Kamil Date: Fri, 22 Nov 2024 21:02:33 +0000 Subject: [PATCH] Publish "latest" on main branch --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d70efc5..a6eab51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,9 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:${{ env.VERSION }} + tags: | + ghcr.io/${{ github.repository }}:${{ env.VERSION }} + ghcr.io/${{ github.repository }}:latest # Create a release on GitHub - name: Create GitHub Release