- name: Prepare
id: prep
run: |
- DOCKER_IMAGE=musicassistant/music-assistant-server
+ DOCKER_IMAGE=music-assistant/server
VERSION=latest
SHORTREF=${GITHUB_SHA::8}
MANUAL_TAG=${{ github.event.inputs.tag }}
build:
context: .
dockerfile: Dockerfile
- image: ghcr.io/music-assistant/core:latest # <<< Desired release version here
+ image: ghcr.io/music-assistant/server:latest # <<< Desired release version here
container_name: music-assistant-server
restart: unless-stopped
# Network mode must be set to host for MA to work correctly