Skip to content

Commit 11fab54

Browse files
committed
build a docker image
1 parent cc361b9 commit 11fab54

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.github/workflows/docker.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CD
2+
on:
3+
push:
4+
branches: [main]
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
packages: write
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: dtinth/cd-nixpacks@main
14+
with:
15+
preset: build-amd64

.mise.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
bun = "1.1.42"

bun.lockb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)