Skip to content

Commit

Permalink
Custom repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 16, 2024
1 parent c823d46 commit ea2f8fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:

docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
needs: ["lint_test"]
secrets: inherit
with:
publish: true
dockerfile: ./contrib/images/babylond/Dockerfile
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond

0 comments on commit ea2f8fb

Please sign in to comment.