Skip to content

Commit

Permalink
ci: Lower container build time
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 6, 2024
1 parent ce57ca6 commit 07c51fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,11 @@ jobs:
with:
build-args: |
VERSION=${{ needs.init.outputs.VERSION_FULL }}
cache-from: type=gha
cache-to: type=gha
cache-from: |
type=gha,scope=buildkit-${{ github.ref_name }}
type=gha,scope=buildkit-develop
type=gha,scope=buildkit-main
cache-to: type=gha,scope=buildkit-${{ github.ref_name }}
context: .
file: cicd/Dockerfile
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 07c51fc

Please sign in to comment.