From 08d3bbaca51eeede74e9742e5d7b02e6fa8b553f Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 27 May 2024 21:19:27 +0900 Subject: [PATCH] fixed name of service --- .github/workflows/image+upload.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image+upload.yaml b/.github/workflows/image+upload.yaml index 0c291b245..72f09d024 100644 --- a/.github/workflows/image+upload.yaml +++ b/.github/workflows/image+upload.yaml @@ -13,7 +13,7 @@ jobs: outputs: tag_date: ${{ steps.hash.outputs.date }} tag_git_hash: ${{ steps.hash.outputs.git_hash }} - service: ${{ steps.extract_tags.outputs.service }} + service: orakl-${{ steps.extract_tags.outputs.service }} version: ${{ steps.extract_tags.outputs.version }} ecr_url: ${{ steps.extract_tags.outputs.ecr_url }}