Compare commits

...

2 Commits

Author SHA1 Message Date
i-norden
6b271ce5f3 CICD_REPO_TOKEN => CICD_PUBLISH_TOKEN
Some checks failed
Test the stack. / Run unit tests (pull_request) Failing after 5m34s
Test the stack. / Run integration tests (pull_request) Successful in 44m23s
2023-12-07 00:41:01 -06:00
i-norden
c7f0c9a1a4 update ipld-eth-db ref
Some checks failed
Test the stack. / Run unit tests (pull_request) Failing after 5m32s
Test the stack. / Run integration tests (pull_request) Successful in 42m35s
2023-11-16 08:39:30 -06:00
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Build and tag Docker image
env:
GIT_VDBTO_TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
GIT_VDBTO_TOKEN: ${{ secrets.CICD_PUBLISH_TOKEN }}
run: |
docker build . \
--build-arg GIT_VDBTO_TOKEN \

View File

@ -5,7 +5,7 @@ services:
restart: on-failure
depends_on:
- ipld-eth-db
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.0.5-alpha
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.2.0-alpha
environment:
DATABASE_USER: "vdbm"
DATABASE_NAME: "cerc_testing"

View File

@ -1,2 +1,2 @@
github.com/cerc-io/ipld-eth-db v5.0.5-alpha
github.com/cerc-io/ipld-eth-db v5.2.0-alpha
git.vdb.to/cerc-io/plugeth-statediff v0.1.1