Skip to content

Commit

Permalink
ci: devbox cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Jun 3, 2024
1 parent ced67b0 commit ae7439d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.6.0
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true

- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -79,7 +81,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.6.0
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true

- run: devbox run -- just deploy-fly
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Demo is available at https://zdravko.mnts.dev. More screenshots in the [docs fol
# Development

### Dependencies
* [devbox](https://www.jetpack.io/devbox)
* [devbox](https://www.jetify.com/devbox)
* [justfile](https://github.com/casey/just) (optional, `devbox run -- just` can be used instead)

```sh
Expand Down

0 comments on commit ae7439d

Please sign in to comment.