Skip to content

Commit cc48e10

Browse files
authored
Merge pull request #2 from samuelrb/fix/error_github_action
Remove cache in github action
2 parents e5a4edf + a45ecfe commit cc48e10

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ jobs:
1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v2
1818

19-
- name: Cache Docker layers
20-
uses: actions/cache@v2
21-
with:
22-
path: /tmp/.buildx-cache
23-
key: ${{ runner.os }}-buildx-${{ github.sha }}
24-
restore-keys: |
25-
${{ runner.os }}-buildx-
26-
2719
- name: Log in to Docker Hub
2820
uses: docker/login-action@v2
2921
with:

0 commit comments

Comments
 (0)