Skip to content

feat: tracks and semitones working #5

feat: tracks and semitones working

feat: tracks and semitones working #5

Workflow file for this run

name: ci
on:
push:
branches: [main]
jobs:
docker:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/sandipndev/accorde:edge