Skip to content

Commit

Permalink
chore: update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Nov 9, 2024
1 parent 7199cfd commit 068c826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-babylon-deployment-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
# TODO: remove this temp branch once merged
# - feat/teardown-script
- feat/teardown-script
paths:
- 'scripts/babylon-integration/utils/**'

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-babylon-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

teardown:
container_name: teardown
image: snapchain/babylon-deployment-utils:58120ec
image: snapchain/babylon-deployment-utils:7199cfd
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand Down

0 comments on commit 068c826

Please sign in to comment.