Skip to content

Commit

Permalink
add noCache forcePull for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Mar 26, 2024
1 parent b2a6368 commit b906d15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openshift/templates/frontend/frontend-bc-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ objects:
secretKeyRef:
name: artifacts-default-idxprm
key: password
type: Docker
type: Docker
noCache: true
forcePull: true
successfulBuildsHistoryLimit: 5
triggers:
- imageChange: {}
Expand Down

0 comments on commit b906d15

Please sign in to comment.