Skip to content

Commit

Permalink
removed docker inline cache to github actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Nov 11, 2023
1 parent 6271601 commit 469018a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
platforms: ${{ steps.release_metadata.outputs.release_platform }}
tags: ${{ steps.meta_grid_backend.outputs.tags }}
target: backend
cache-from: type=registry,ref=${{ steps.meta_grid_backend.outputs.tags }}
cache-to: type=inline
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Docker meta for Grid-Frontend
id: meta_grid_frontend
Expand All @@ -149,8 +149,8 @@ jobs:
platforms: ${{ steps.release_metadata.outputs.release_platform }}
tags: ${{ steps.meta_grid_frontend.outputs.tags }}
target: grid-ui-development
cache-from: type=registry,ref= ${{ steps.meta_grid_frontend.outputs.tags }}
cache-to: type=inline
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Docker meta for Grid-Enclave
id: meta_grid_enclave
Expand All @@ -170,8 +170,8 @@ jobs:
platforms: ${{ steps.release_metadata.outputs.release_platform }}
tags: ${{ steps.meta_grid_enclave.outputs.tags }}
target: worker
cache-from: type=registry,ref=${{ steps.meta_grid_enclave.outputs.tags }}
cache-to: type=inline
cache-from: type=gha
cache-to: type=gha,mode=max

deploy-syft:
needs:
Expand Down

0 comments on commit 469018a

Please sign in to comment.