Vikramjeet Singh commited on
Commit
c226a85
1 Parent(s): 1e19afc

Update docker-image.yml

Browse files

Former-commit-id: 1692d2dedf95b5b68b51011863a6a8cb33ee0f32
Former-commit-id: e3cb0a8b54f06a6e971901d2d1a1ab52e557ddd3

Files changed (1) hide show
  1. .github/workflows/docker-image.yml +0 -8
.github/workflows/docker-image.yml CHANGED
@@ -23,14 +23,6 @@ jobs:
23
  username: ${{ secrets.DOCKER_USERNAME }}
24
  password: ${{ secrets.DOCKER_PASSWORD }}
25
 
26
- - name: Cache Docker layers
27
- uses: actions/cache@v3
28
- with:
29
- path: /tmp/.buildx-cache
30
- key: ${{ runner.os }}-buildx-${{ github.sha }}
31
- restore-keys: |
32
- ${{ runner.os }}-buildx-
33
-
34
  - name: List files in the repository root
35
  run: ls -alh
36
 
 
23
  username: ${{ secrets.DOCKER_USERNAME }}
24
  password: ${{ secrets.DOCKER_PASSWORD }}
25
 
 
 
 
 
 
 
 
 
26
  - name: List files in the repository root
27
  run: ls -alh
28