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