Skip to content

chore(*): remove unnecessary Lavalink and Python application scripts … #141

chore(*): remove unnecessary Lavalink and Python application scripts …

chore(*): remove unnecessary Lavalink and Python application scripts … #141

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
# Setup Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Login to GitHub Container Registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# Build and push Docker image
- name: Build and push
uses: docker/bake-action@v4
with:
push: true
files: |
docker-bake.hcl