From ea2f8fb997294171eb0d9841ab6023c65c4c3e81 Mon Sep 17 00:00:00 2001 From: Hiep Mai Date: Tue, 16 Jul 2024 09:16:49 +0700 Subject: [PATCH] Custom repo name --- .github/workflows/ci.yml | 3 ++- .github/workflows/publish.yml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90003404..296916e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,5 @@ jobs: secrets: inherit with: publish: false - dockerfile: ./contrib/images/babylond/Dockerfile \ No newline at end of file + dockerfile: ./contrib/images/babylond/Dockerfile + repoName: babylond \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 090fd938..785eff3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 \ No newline at end of file + dockerfile: ./contrib/images/babylond/Dockerfile + repoName: babylond \ No newline at end of file