From 17d85d3edcfe4e6a3629b230e8eecb9410028d0d Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 8 Oct 2024 10:38:03 +0200 Subject: [PATCH] fix: :construction_worker: fix ci build reusable workflow --- .github/workflows/build.yml | 2 +- .github/workflows/main-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b422d9f6..55f6835d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: type: string outputs: tags: - type: string + value: ${{ jobs.build.outputs.image_tag }} jobs: build: name: Build diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 88276d5a..46dd6f1d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -42,7 +42,7 @@ jobs: needs: build-backend runs-on: ubuntu-latest container: - image: ${{ needs.build-backend.outputs.image_tag }} + image: ${{ needs.build-backend.outputs.tags }} env: AWS_REGION: gra AWS_DEFAULT_REGION: gra