Skip to content

Commit

Permalink
Merge pull request #71 from REAN-Foundation/rf-opssupport-patch-2
Browse files Browse the repository at this point in the history
Update pr-ci-cd.yml
  • Loading branch information
rf-opssupport authored Dec 12, 2024
2 parents 3fcee14 + 05842d3 commit 98f6c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand All @@ -73,4 +73,4 @@ jobs:
push: false
tags: reancare/services:${{ steps.vars.outputs.branch }}_${{ steps.vars.outputs.sha_short }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 98f6c53

Please # to comment.