From 1674c936dc2ed1102e09e5dafdcffaf35cdb54f2 Mon Sep 17 00:00:00 2001 From: milanhorvath <35398860+milanhorvath@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:31:02 +0100 Subject: [PATCH] ci: update branch build version ci --- .github/workflows/build-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 7822e9b..8e27b6c 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -10,7 +10,7 @@ on: jobs: docker: - uses: onecx/ci-common/.github/workflows/docker-build.yml@v1 + uses: onecx/ci-common/.github/workflows/docker-build.yml@v2test secrets: inherit with: platform: 'linux/amd64,linux/arm64'