2 parents e5a4edf + a45ecfe commit cc48e10Copy full SHA for cc48e10
1 file changed
.github/workflows/docker-publish.yml
@@ -16,14 +16,6 @@ jobs:
16
- name: Set up Docker Buildx
17
uses: docker/setup-buildx-action@v2
18
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
-
27
- name: Log in to Docker Hub
28
uses: docker/login-action@v2
29
with:
0 commit comments