Add bake workflow
This commit is contained in:
parent
394eb9f5e3
commit
30645bb4b5
18
.gitea/workflows/ci.yml
Normal file
18
.gitea/workflows/ci.yml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user