Skip to content

Commit

Permalink
Cache less stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Dec 26, 2023
1 parent 2370a9a commit 5a7f30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
labels: ${{ steps.meta-prod.outputs.labels }}
file: docker/prod.Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=min

- name: Update vscode image Dockerfile with prod image tag
run: |
Expand All @@ -141,4 +141,4 @@ jobs:
labels: ${{ steps.meta-vscode.outputs.labels }}
file: docker/vscode.Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=min

0 comments on commit 5a7f30d

Please sign in to comment.