Update dependencies.

This commit is contained in:
Thomas E Lackey 2023-07-21 14:27:22 -05:00
parent 53e0a6bb8d
commit 928854209d
2 changed files with 3 additions and 3 deletions

View File

@ -46,6 +46,6 @@ jobs:
-t git.vdb.to/cerc-io/ipld-eth-server/ipld-eth-server:${{steps.vars.outputs.tag}} -t git.vdb.to/cerc-io/ipld-eth-server/ipld-eth-server:${{steps.vars.outputs.tag}}
- name: Push Docker tags - name: Push Docker tags
run: | run: |
echo ${{ secrets.GITEA_TOKEN }} | docker login https://git.vdb.to -u cerccicd --password-stdin echo ${{ secrets.GITEA_PUBLISH_TOKEN }} | docker login https://git.vdb.to -u cerccicd --password-stdin
docker push git.vdb.to/cerc-io/ipld-eth-server/ipld-eth-server:${{steps.vars.outputs.sha}} docker push git.vdb.to/cerc-io/ipld-eth-server/ipld-eth-server:${{steps.vars.outputs.sha}}
docker push git.vdb.to/cerc-io/ipld-eth-server/ipld-eth-server:${{steps.vars.outputs.tag}} docker push git.vdb.to/cerc-io/ipld-eth-server/ipld-eth-server:${{steps.vars.outputs.tag}}

View File

@ -1,2 +1,2 @@
github.com/cerc-io/go-ethereum v1.11.5-statediff-5.0.5-alpha github.com/cerc-io/go-ethereum v1.11.6-statediff-5.0.6
github.com/cerc-io/ipld-eth-db v5.0.2-alpha github.com/cerc-io/ipld-eth-db v5.0.5-alpha