Skip to content

Commit

Permalink
Actually run the bootstrap container
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Oct 9, 2024
1 parent a8bf42a commit ac15e69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Bootstrap the environment Dockerfile
- name: Bake the bootstrap docker image
uses: docker/bake-action@v5
with:
files: .github/docker-compose.yml
load: true
targets: bootstrap
workdir: .

- name: Bootstrap the environment Dockerfile
run: docker run local/bootstrap

- name: Build the environment
uses: docker/bake-action@v5
Expand Down

0 comments on commit ac15e69

Please sign in to comment.