Skip to content

refactor: update database configuration and improve documentation #5

refactor: update database configuration and improve documentation

refactor: update database configuration and improve documentation #5

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["main", "ghostbaby"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build the Docker image
run: make image