Skip to content

Commit

Permalink
Try out caching in docke build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 8, 2024
1 parent e6dc7f9 commit ad680c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dummyPreprocessing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
with:
context: ./preprocessing/dummy
push: true
tags: ${{ steps.dockerMetadata.outputs.tags }}
tags: ${{ steps.dockerMetadata.outputs.tags }}
cache-from: type=gha,scope=${{ github.ref }}
cache-to: type=gha,mode=max,scope=${{ github.ref }}
2 changes: 2 additions & 0 deletions .github/workflows/preprocessing-nextclade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
context: ./preprocessing/nextclade
push: true
tags: ${{ steps.dockerMetadata.outputs.tags }}
cache-from: type=gha,scope=${{ github.ref }}
cache-to: type=gha,mode=max,scope=${{ github.ref }}

0 comments on commit ad680c9

Please sign in to comment.