Skip to content

Commit

Permalink
try exposing runtime in order to make caching work
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent 401f047 commit a15f3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ jobs:
# worker.platform=linux/amd64,linux/arm64
# worker.tags=${{ env.REGISTRY_BASE_URI }}/worker:{${{ join(fromJson(steps.meta.outputs.json)['tags'],',') }}}
# push: true

- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
- name: Build Push
run: |
/usr/bin/docker buildx bake \
Expand Down

0 comments on commit a15f3e8

Please sign in to comment.