Skip to content

Commit

Permalink
Add GHA cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jun 20, 2024
1 parent 69a25b1 commit e6fa8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/container-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ runs:
uses: docker/build-push-action@v5
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ inputs.push-image }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e6fa8ea

Please sign in to comment.