Skip to content

Commit ac15e69

Browse files
Actually run the bootstrap container
1 parent a8bf42a commit ac15e69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v2
2020

21-
- name: Bootstrap the environment Dockerfile
21+
- name: Bake the bootstrap docker image
2222
uses: docker/bake-action@v5
2323
with:
2424
files: .github/docker-compose.yml
2525
load: true
2626
targets: bootstrap
2727
workdir: .
28+
29+
- name: Bootstrap the environment Dockerfile
30+
run: docker run local/bootstrap
2831

2932
- name: Build the environment
3033
uses: docker/bake-action@v5

0 commit comments

Comments
 (0)