Skip to content

Commit

Permalink
fix(workflows/deploy): remove docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamber6821 committed Apr 21, 2024
1 parent 2cc8384 commit ca0e640
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /var/lib/docker
key: ${{ runner.os }}-docker-${{ hashFiles('/var/lib/docker' }}
restore-keys: ${{ runner.os }}-docker
- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKER_HUB_USER }} --password-stdin <<<<'${{ secrets.DOCKER_HUB_TOKEN }}'
- name: Build project
Expand Down

0 comments on commit ca0e640

Please sign in to comment.