Skip to content

Commit

Permalink
test (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 authored Aug 15, 2023
1 parent cea5b8e commit 6359283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composites/cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: cache
runs:
using: "composite"
steps:
- uses: actions/cache@v3
- uses: buildjet/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-cache-${{ env.BRANCH_NAME }}-${{ hashFiles('**/pom.xml') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: "composite"
steps:

- uses: actions/cache@v3
- uses: buildjet/cache@v3
with:
path: /tmp/docker/images
key: docker-images-cache-${{ env.DOCKER_IMAGES_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: upload docker images
runs:
using: "composite"
steps:
- uses: actions/cache@v3
- uses: buildjet/cache@v3
with:
path: /tmp/docker/images
key: docker-images-cache-${{ env.DOCKER_IMAGES_KEY }}
Expand Down

0 comments on commit 6359283

Please sign in to comment.