Skip to content

Commit

Permalink
update docker image and revert ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Nov 7, 2024
1 parent efe88f9 commit 1b60dbd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-babylon-deployment-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: publish-babylon-deployment-utils
on:
push:
branches:
- chore/improvements
# paths:
# - 'scripts/babylon-integration/utils/**'
- main
paths:
- 'scripts/babylon-integration/utils/**'

env:
# Use docker.io for Docker Hub if empty
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-bitcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: publish-bitcoin
on:
push:
branches:
- chore/improvements
# paths:
# - 'scripts/bitcoin/**'
- main
paths:
- 'scripts/bitcoin/**'

env:
# Use docker.io for Docker Hub if empty
Expand Down
8 changes: 4 additions & 4 deletions docker/docker-compose-babylon-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# This is a one-off container just for setting the Babylon keys
set-babylon-keys:
container_name: set-babylon-keys
image: snapchain/babylon-deployment-utils:a2c8f0e
image: snapchain/babylon-deployment-utils:efe88f9
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand All @@ -15,7 +15,7 @@ services:
# This is a one-off container just for registering the consumer chain
register-consumer-chain:
container_name: register-consumer-chain
image: snapchain/babylon-deployment-utils:a2c8f0e
image: snapchain/babylon-deployment-utils:efe88f9
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
# This is a one-off container just for deploying cw contract
deploy-cw-contract:
container_name: deploy-cw-contract
image: snapchain/babylon-deployment-utils:a2c8f0e
image: snapchain/babylon-deployment-utils:efe88f9
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand All @@ -42,7 +42,7 @@ services:
# This is a one-off container just for setting the finality contract enabled value
toggle-cw-killswitch:
container_name: toggle-cw-killswitch
image: snapchain/babylon-deployment-utils:a2c8f0e
image: snapchain/babylon-deployment-utils:efe88f9
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-bitcoin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
bitcoind:
image: snapchain/bitcoind:d3854d9
image: snapchain/bitcoind:efe88f9
container_name: bitcoind
env_file:
- "${PWD}/.env.bitcoin"
Expand Down

0 comments on commit 1b60dbd

Please sign in to comment.