Skip to content

Commit

Permalink
chore: cache docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Dec 20, 2023
1 parent 0e50b94 commit 3a3934e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v4
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
- run: |
cp docker/dev/.env.example docker/dev/.env
cp server/.env.example server/.env
Expand Down

0 comments on commit 3a3934e

Please sign in to comment.