1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Delete .github/workflows/docker-image.yml

This commit is contained in:
wlinator 2024-07-19 15:03:28 -04:00
parent 57ee82ba23
commit d8bdc82927

View file

@ -1,18 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag luminara:$(date +%s)