diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13b63a5..21e61ac 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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' @@ -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' diff --git a/README.md b/README.md index dfd4d18..cde9efb 100644 --- a/README.md +++ b/README.md @@ -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