Skip to content

Commit

Permalink
github actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran committed Jul 1, 2024
1 parent 50c6b72 commit c2fb0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ jobs:
tags: ${{ steps.docker_metadata.outputs.tags }}
labels: ${{ steps.docker_metadata.outputs.labels }}
push: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')}}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c2fb0e8

Please sign in to comment.