Skip to content

Commit

Permalink
Added caching to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Dec 11, 2023
1 parent 9fb6cb4 commit b65b568
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
push: true
sbom: false
provenance: false
cache-from: type=gha
cache-to: type=gha,mode=max
tags: fredericklab/rapidtide:latest
build-args: |
BRANCH=${{ env.BRANCH }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
push: true
sbom: false
provenance: false
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
${{ steps.meta.outputs.tags }}
fredericklab/rapidtide:latest-release
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release history

## Version 2.7.0 (12/11/23)
* (Docker) Added caching to build.

## Version 2.6.9.1 (12/11/23)
* (package) Fixing some mysterious deploy errors.

Expand Down

0 comments on commit b65b568

Please sign in to comment.