Add bake workflow
Some checks failed
clippy / Run rust-clippy analyzing (push) Has been cancelled
ci / bake (push) Failing after 13m37s

This commit is contained in:
Garen Tyler 2025-04-11 14:08:47 -06:00
parent 394eb9f5e3
commit 30645bb4b5
Signed by: garentyler
SSH Key Fingerprint: SHA256:G4ke7blZMdpWPbkescyZ7IQYE4JAtwpI85YoJdq+S7U

18
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,18 @@
name: ci
on:
push:
jobs:
bake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 -
- name: Build and push images in bake file
uses: docker/bake-action@v6
with:
push: false