Skip to content

Commit

Permalink
CD: stop caching worker and leader builds
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-bcw authored May 21, 2024
1 parent 007d920 commit 3059c7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
push: true
tags: ${{ steps.worker-meta.outputs.tags }}
labels: ${{ steps.worker-meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true

- name: Build and push leader
uses: docker/build-push-action@v5
Expand All @@ -78,8 +77,7 @@ jobs:
push: true
tags: ${{ steps.leader-meta.outputs.tags }}
labels: ${{ steps.leader-meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true

deploy:
name: Deploy to GKE
Expand Down

0 comments on commit 3059c7a

Please sign in to comment.