Skip to content

migrate to librespot and s6-overlay #42

migrate to librespot and s6-overlay

migrate to librespot and s6-overlay #42

Workflow file for this run

name: Publish Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: meiser79/spotify-stream
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}