Skip to content

Commit

Permalink
Update pipeline tags
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 4, 2024
1 parent a9968c7 commit b1da5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@hiep/go-pull-private
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.4.0
secrets: inherit
with:
run-unit-tests: true
Expand All @@ -17,7 +17,7 @@ jobs:
go-private-repos-authentication: true

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/go-pull-private
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.4.0
secrets: inherit
with:
publish: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@hiep/go-pull-private
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.4.0
with:
run-unit-tests: true
run-integration-tests: true
Expand All @@ -21,7 +21,7 @@ jobs:

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/go-pull-private
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.4.0
secrets: inherit
with:
publish: true
Expand Down

0 comments on commit b1da5c6

Please sign in to comment.