Skip to content

Commit

Permalink
38
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 13, 2023
1 parent bf380c4 commit 9a79f35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:
push: true
tags: ghcr.io/mkst/compilers/${{ matrix.image }}:latest
file: ${{ matrix.dockerfile }}
cache-from: type=gha,scope=build-${{ matrix.platform }}
cache-to: type=gha,scope=build-${{ matrix.platform }}
# cache does not appear to be particularly useful
# cache-from: type=gha,scope=build-${{ matrix.platform }}
# cache-to: type=gha,scope=build-${{ matrix.platform }}

0 comments on commit 9a79f35

Please sign in to comment.