From 6bc18079c7e548a6b5a57162f9d922a562cf00fc Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Wed, 21 Aug 2024 16:52:27 +0300 Subject: [PATCH] Add a tag for the openEuler image Signed-off-by: Martin Tzvetanov Grigorov --- .github/workflows/build-centos.pip-based.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-centos.pip-based.yml b/.github/workflows/build-centos.pip-based.yml index f87a0ba8..f0ccb294 100644 --- a/.github/workflows/build-centos.pip-based.yml +++ b/.github/workflows/build-centos.pip-based.yml @@ -40,9 +40,10 @@ jobs: runner: ubuntu-24.04 nogalera: false - - image: openeuler24.03-lts + - image: docker.io/openeuler/openeuler:24.03-lts platforms: linux/amd64, linux/arm64/v8 - + tag: oe2403 + uses: ./.github/workflows/bbw_build_container_template.yml with: dockerfile: centos.Dockerfile pip.Dockerfile