From: Marcel van der Veldt Date: Sat, 11 May 2024 17:47:23 +0000 (+0200) Subject: add latest tag to stable image X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=02b9e68d9cdc96e3ee0f56f51254192ed6c25d3c;p=music-assistant-server.git add latest tag to stable image --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd6d760d..da317d58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,8 @@ jobs: ghcr.io/${{ github.repository_owner }}/server:${{ steps.tags.outputs.patch }}, ghcr.io/${{ github.repository_owner }}/server:${{ steps.tags.outputs.minor }}, ghcr.io/${{ github.repository_owner }}/server:${{ steps.tags.outputs.major }}, - ghcr.io/${{ github.repository_owner }}/server:stable + ghcr.io/${{ github.repository_owner }}/server:stable, + ghcr.io/${{ github.repository_owner }}/server:latest push: true build-args: "MASS_VERSION=${{ needs.build-and-publish-pypi.outputs.version }}" - name: Build and Push pre-release