Bun docker

This commit is contained in:
2023-09-20 13:50:07 +07:00
parent c266f14edb
commit 6a1bb52520
3 changed files with 210 additions and 0 deletions

16
.github/workflows/docker-build.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Docker Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build Docker image
id: build-image
uses: docker/build-push-action@v2
with:
push: false