Skip to content

Commit

Permalink
try different docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 30, 2024
1 parent a7221d8 commit 91065af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/default__build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ jobs:
# tags: ${{ steps.metadata.outputs.tags }}
# labels: ${{ steps.metadata.outputs.labels }}
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=inline
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
# cache-to: type=inline

0 comments on commit 91065af

Please sign in to comment.