Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oittaa/gcp-storage-emulator into main
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa committed Feb 16, 2021
2 parents 18ed4f5 + 2b941b3 commit 248adf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-build-x-${{ github.sha }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-build-x-${{ github.sha }}
Expand Down

0 comments on commit 248adf5

Please sign in to comment.