Skip to content

Commit

Permalink
Merge pull request #216 from fluree/fix/raft-file-loading
Browse files Browse the repository at this point in the history
raft file loading
  • Loading branch information
dpetran authored Oct 24, 2023
2 parents 6633050 + 1da8631 commit b9866d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' && steps.prep.outputs.tags != 'fluree/ledger:none' }}
push: ${{ steps.prep.outputs.tags != 'fluree/ledger:none' }}
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
com.fluree/alphabase {:mvn/version "3.3.0"}
com.fluree/db {:mvn/version "2.0.3"}
io.github.fluree/raft {:git/sha "0fa1f90"
:git/tag "v1.0.0-beta2"}
io.github.fluree/raft {:git/url "https://github.com/fluree/raft.git"
:sha "904d915d636cdbc9eced518e5675eedf98410965"}
com.fluree/crypto {:mvn/version "0.4.0"}

;; network comm
Expand Down Expand Up @@ -49,7 +49,7 @@
:aliases
{:mvn/group-id com.fluree
:mvn/artifact-id ledger
:mvn/version "2.0.3"
:mvn/version "2.0.4"

:dev
{:extra-paths ["dev" "test" "dev-resources"]
Expand Down

0 comments on commit b9866d6

Please sign in to comment.