Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Merge branch 'docker-experimental' of https://github.com/LimboChat/Li… #3

Merge branch 'docker-experimental' of https://github.com/LimboChat/Li…

Merge branch 'docker-experimental' of https://github.com/LimboChat/Li… #3

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "docker-experimental" ]
pull_request:
branches: [ "docker-experimental" ]
jobs:
build:
runs-on: alpine:latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag Limbo:v2-$(date +%s)