Skip to content

chore: bump gst-plugin-spotify to 0.13.1-1 #600

chore: bump gst-plugin-spotify to 0.13.1-1

chore: bump gst-plugin-spotify to 0.13.1-1 #600

name: mopidy-arm64v8
on:
workflow_dispatch:
push:
branches:
- "master"
paths:
- "mopidy/**"
jobs:
docker:
runs-on: self-hosted
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v3
with:
push: true
context: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}:mopidy"
tags: |
${{ secrets.DOCKERHUB_SLUG }}/mopidy:arm64v8-latest
${{ secrets.DOCKERHUB_SLUG }}/mopidy:arm64v8-${{github.run_number}}
build-args: |
ARCH=arm64