From def4522386ec165c7f36ebf5a804bc42933bd558 Mon Sep 17 00:00:00 2001 From: KonradStaniec Date: Mon, 29 Jul 2024 16:17:15 +0200 Subject: [PATCH] migrate workflows --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 38d5df4bf..b5c3cdb81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,22 +7,22 @@ on: - 'dev' tags: - '*' - + jobs: lint_test: - uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0 + uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0 with: run-unit-tests: true run-integration-tests: true run-lint: true integration-tests-command: | sudo make test-e2e - + docker_pipeline: - uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0 + uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0 needs: ["lint_test"] secrets: inherit with: publish: true dockerfile: ./contrib/images/babylond/Dockerfile - repoName: babylond \ No newline at end of file + repoName: babylond