From 012465d2f8dbb6fae2fe2e653f036dedf5f35ae3 Mon Sep 17 00:00:00 2001 From: Niko Kurtti Date: Sat, 11 May 2024 12:55:00 +0300 Subject: [PATCH] baseimage --- .github/workflows/build-images-from-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images-from-branch.yml b/.github/workflows/build-images-from-branch.yml index 7bb8820e4c2..bdcba276bca 100644 --- a/.github/workflows/build-images-from-branch.yml +++ b/.github/workflows/build-images-from-branch.yml @@ -91,8 +91,8 @@ jobs: push: true context: . tags: | - 'opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.version }}' - 'opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.branch }}' + opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.version }} + opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.branch }} cache-from: type=registry,ref=opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.branch }} cache-to: type=inline - name: Run Trivy vulnerability scanner