Skip to content

Commit

Permalink
adding docker cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloromeo committed Mar 18, 2024
1 parent 3ba8f76 commit deb396d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
file: ./scrapex/Dockerfile
platforms: linux/amd64
provenance: false
cache-from: type=registry,ref=cloudx-labs/scrapex:main
cache-to: type=inline
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit deb396d

Please sign in to comment.