Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 16, 2024
1 parent 93da336 commit 0fac33b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/staking-expiry-checker/Dockerfile
dockerfile: ./contrib/images/staking-expiry-checker/Dockerfile
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: true
publish: true
dockerfile: ./contrib/images/staking-expiry-checker/Dockerfile
2 changes: 2 additions & 0 deletions bin/local-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ else
echo "Starting RabbitMQ"
# Start RabbitMQ
docker-compose up -d rabbitmq
# Wait for RabbitMQ to start
sleep 10
fi

0 comments on commit 0fac33b

Please sign in to comment.