Skip to content

Commit

Permalink
Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep authored Dec 5, 2024
1 parent f627bbc commit f3a1a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@hiep/fix-duplicate-artifact
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.11.2
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
Expand All @@ -23,7 +23,7 @@ jobs:

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/fix-duplicate-artifact
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.11.2
secrets: inherit
with:
publish: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

docker_pipeline_covenant_signer:
needs: ["go_sec_covenant_signer"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/fix-duplicate-artifact
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.11.2
secrets: inherit
with:
publish: true
Expand Down

0 comments on commit f3a1a85

Please sign in to comment.