Skip to content

Commit

Permalink
Use buildjet/cache for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Jun 29, 2023
1 parent 55b062a commit 5f88013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get embassyOS Hash
run: echo "EMBASSYHASH=$(git ls-remote https://github.com/Start9Labs/embassy-os HEAD | awk '{ print $1}')" >> $GITHUB_ENV
- name: Cache Packages
uses: actions/cache@v3
uses: buildjet/cache@v3
id: packageCache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get embassyOS Hash
run: echo "EMBASSYHASH=$(git ls-remote https://github.com/Start9Labs/embassy-os --branch latest | awk '{ print $1}')" >> $GITHUB_ENV
- name: Cache Packages
uses: actions/cache@v3
uses: buildjet/cache@v3
id: packageCache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:alpine as redis-builder

FROM searxng/searxng:2023.6.28-401561cb
FROM searxng/searxng:2023.6.28-fd26f370

USER root

Expand Down

0 comments on commit 5f88013

Please sign in to comment.