Skip to content

Commit

Permalink
CI: Add container build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Mar 30, 2023
1 parent 3705202 commit 60ce5d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
- name: Build/push container
uses: docker/build-push-action@v4
with:
cache-from: type=gha
cache-to: type=gha,mode=max
context: src/docker
file: src/docker/Dockerfile-${{ matrix.os }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 60ce5d9

Please sign in to comment.