Skip to content

Use fix for librespot #25

Use fix for librespot

Use fix for librespot #25

name: Build and publish a Docker image to ghcr.io
on:
release:
types: [ published ]
push:
branches:
- master
pull_request:
branches:
- master
jobs:
docker_publish:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}