Skip to content

Commit

Permalink
chore: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfulyang committed Sep 20, 2023
1 parent aa84d46 commit 189b730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
file: Dockerfile
push: true
tags: ${{ matrix.docker-repository-prod }}
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
target: runner
if: startsWith(github.event.head_commit.message, 'build:')
- name: Deploy prod
Expand Down

0 comments on commit 189b730

Please sign in to comment.