Delete .github/workflows directory

This commit is contained in:
Brad Ganley 2024-12-27 21:02:17 -06:00 committed by GitHub
parent e95105944c
commit da8baa0fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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