From ba8700bee1cdeb937f988958e0466202586062db Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Tue, 18 Apr 2023 10:15:51 +0200 Subject: [PATCH] [gh workflow] Adding sha for image tags --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 8325c084..0867972b 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -7,7 +7,7 @@ on: tags: ['*'] env: - IMG_TAGS: ${{ github.ref_name }} + IMG_TAGS: ${{ github.sha }} ${{ github.ref_name }} IMG_REGISTRY_HOST: quay.io IMG_REGISTRY_ORG: kuadrant MAIN_BRANCH_NAME: main