Skip to content

Commit

Permalink
Merge pull request #27 from JohnStrunk/ghcache
Browse files Browse the repository at this point in the history
Cache container builds in GitHub Actions
  • Loading branch information
mergify[bot] authored Apr 26, 2024
2 parents 0b8c92f + 82259d1 commit 4d68dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# https://docs.docker.com/build/cache/backends/gha/
cache-from: type=gha
cache-to: type=gha,mode=max


# This is a dummy job that can be used to determine success of CI:
# - by Mergify instead of having to list a bunch of other jobs
Expand Down

0 comments on commit 4d68dc9

Please sign in to comment.