Skip to content

🔄 refactor(cogs/): move cogs into lava directory #16

🔄 refactor(cogs/): move cogs into lava directory

🔄 refactor(cogs/): move cogs into lava directory #16

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@v3
- 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