diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a482eec..fe4e17e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,6 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} type=sha - - name: print directory run: | ls -R @@ -165,5 +164,5 @@ jobs: context: . platforms: linux/amd64,linux/arm push: true - tags: ghcr.io/swing-opensource/swingmusic:${{inputs.tag}} + tags: ghcr.io/${{github.repository}}:${{inputs.tag}} labels: ${{ steps.meta.outputs.labels }}w diff --git a/Dockerfile b/Dockerfile index dce7623..a091d59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR / COPY ./dist/swingmusic /swingmusic +RUN chmod +x /swingmusic + EXPOSE 1970/tcp VOLUME /music