Skip to content

Commit

Permalink
add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed Feb 29, 2024
1 parent ac93fff commit fd139ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
tags: bxt:dev
file: docker/dev.Dockerfile
load: true
cache-to: bxt:dev
- name: Build prod
uses: docker/build-push-action@v5
with:
Expand All @@ -25,3 +26,4 @@ jobs:
tags: bxt:0.1
file: docker/prod.Dockerfile
load: true
cache-from: bxt:dev

0 comments on commit fd139ee

Please sign in to comment.