Skip to content

Commit

Permalink
ci(cache): replace satackey/action-docker-layer-caching to jpribyl/ac…
Browse files Browse the repository at this point in the history
…tion-docker-layer-caching
  • Loading branch information
hongbo-miao committed Nov 29, 2022
1 parent bb38730 commit 67d0459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ jobs:
run: |
docker-compose --file=docker-compose.cypress.yaml pull
- name: Cache Docker images
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.0
continue-on-error: true
- name: Start Docker
working-directory: api-node
Expand Down Expand Up @@ -969,7 +969,7 @@ jobs:
run: |
docker-compose pull
- name: Cache Docker images
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.0
continue-on-error: true
- name: Start Docker
working-directory: grafana/hm-panel-plugin
Expand Down

0 comments on commit 67d0459

Please sign in to comment.