Skip to content

Commit

Permalink
Enable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Sep 1, 2023
1 parent 1bdbd6f commit 57bf4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.sha }}
build-args: |
RUBY_VERSION=${{ steps.ruby-version.outputs.ruby-version }}
cache-from: type=gha
cache-to: type=gha,mode=max
update-release-draft:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'
Expand Down

0 comments on commit 57bf4e1

Please sign in to comment.