Skip to content

Commit

Permalink
Cache docker build layers
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Feb 24, 2024
1 parent a150f6e commit f6bf255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Cache Docker layers
uses: actions/cache@v2
with:
path: ~/.docker
key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile')}}

- name: Set up environment
run: ./scripts/bootstrap

Expand Down

0 comments on commit f6bf255

Please sign in to comment.