Skip to content

add apps to support the nix run command (#46) #8

add apps to support the nix run command (#46)

add apps to support the nix run command (#46) #8

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Docker Setup Buildx
uses: docker/setup-buildx-action@v2.7.0
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/arm/v7,linux/arm/v6,linux/arm64/v8,linux/amd64,linux/386
tags: ka1mi/yandex-music-downloader:latest,ka1mi/yandex-music-downloader:${{github.ref_name}}