Skip to content

chore: bump contract (#65) #15

chore: bump contract (#65)

chore: bump contract (#65) #15

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'dev'
tags:
- '*'
jobs:
test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
integration-tests-command: |
make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
needs: ["test"]
secrets: inherit
with:
publish: true
dockerfile: ./Dockerfile
repoName: babylon-sdk