We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc361b9 commit 11fab54Copy full SHA for 11fab54
.github/workflows/docker.yml
@@ -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
@@ -0,0 +1,2 @@
+[tools]
+bun = "1.1.42"
bun.lockb
0 Bytes
0 commit comments