From 10b4a5641a4ed2e119d2ba282259309a15698f8d Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 3 Feb 2026 12:52:52 +0100 Subject: [PATCH] chore: update reusable docker pipeline to v0.16.1 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb259be8..e53684df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: needs.lint_test.result == 'success' )}} needs: ["lint_test"] - uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@22ae8ed7a2ea5c80331758914c4e0ea732eea1ad # v0.15.0 + uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@d2299e834fcbaca4bf2db043a2939798043d5951 # v0.16.1 secrets: inherit with: publish: true