Skip to content

Commit

Permalink
baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
n1koo committed May 11, 2024
1 parent b80aee1 commit 012465d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 012465d

Please sign in to comment.