Skip to content

Commit

Permalink
Update ci_checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock authored Oct 9, 2024
1 parent 8d840fb commit 352ac38
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
targets: bootstrap
workdir: .
set: |
*.output=type=docker,name=<image>
*.cache-from=type=gha,scope=<image>
*.cache-to=type=gha,mode=max,scope=<image>
*.output=type=docker,name=local/bootstrap
*.cache-from=type=gha,scope=local/bootstrap
*.cache-to=type=gha,mode=max,scope=local/bootstrap
- name: Bootstrap the environment Dockerfile
run: docker run -v ${GITHUB_WORKSPACE}/.github:/configs local/bootstrap
Expand All @@ -39,9 +39,9 @@ jobs:
targets: env
workdir: .
set: |
*.output=type=docker,name=<image>
*.cache-from=type=gha,scope=<image>
*.cache-to=type=gha,mode=max,scope=<image>
*.output=type=docker,name=local/env
*.cache-from=type=gha,scope=local/env
*.cache-to=type=gha,mode=max,scope=local/env
- name: Build Fenix
uses: docker/bake-action@v5
Expand All @@ -51,9 +51,8 @@ jobs:
targets: fenix
workdir: .
set: |
*.output=type=docker,name=<image>
*.cache-from=type=gha,scope=<image>
*.cache-to=type=gha,mode=max,scope=<image>
*.output=type=docker,name=local/fenix
*.cache-from=type=gha,scope=local/env
- name: Test Fenix
run: docker run local/fenix

0 comments on commit 352ac38

Please sign in to comment.