From ac15ee3c19fd01901153af4cd5bc80b4ca24d388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Cogolu=C3=A8gnes?= Date: Mon, 7 Oct 2024 16:43:06 +0200 Subject: [PATCH] Set broker version to 4.1.0-alpha.1 in dev Docker image --- .github/workflows/oci-arm64-make.yaml | 2 +- .github/workflows/oci-make.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci-arm64-make.yaml b/.github/workflows/oci-arm64-make.yaml index 8af0a78ed110..884da30fba9d 100644 --- a/.github/workflows/oci-arm64-make.yaml +++ b/.github/workflows/oci-arm64-make.yaml @@ -45,7 +45,7 @@ jobs: - name: make package-generic-unix if: steps.authorized.outputs.authorized == 'true' run: | - make package-generic-unix PROJECT_VERSION=4.0.0 + make package-generic-unix PROJECT_VERSION=4.1.0-alpha.1 - name: Upload package-generic-unix if: steps.authorized.outputs.authorized == 'true' uses: actions/upload-artifact@v4.3.1 diff --git a/.github/workflows/oci-make.yaml b/.github/workflows/oci-make.yaml index 3d631d7f7aec..f8b9611c1c2e 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -38,7 +38,7 @@ jobs: - name: make package-generic-unix if: steps.authorized.outputs.authorized == 'true' run: | - make package-generic-unix PROJECT_VERSION=4.0.0 + make package-generic-unix PROJECT_VERSION=4.1.0-alpha.1 - name: Upload package-generic-unix if: steps.authorized.outputs.authorized == 'true' uses: actions/upload-artifact@v4.3.1