Skip to content

feat(commands.py): Add volume command for adjusting song volume. #63

feat(commands.py): Add volume command for adjusting song volume.

feat(commands.py): Add volume command for adjusting song volume. #63

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile -t ghcr.io/nat1anwastaken/lava:latest
- name: Login to GitHub Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Push to GitHub Registry
run: docker push ghcr.io/nat1anwastaken/lava:latest