Use base images from harbor instead of dockerhub
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e2ff236220
commit
cbcac9d1fd
@ -43,7 +43,7 @@ steps:
|
|||||||
|
|
||||||
update-values-frontend:
|
update-values-frontend:
|
||||||
name: Update frontend tag in values.yaml
|
name: Update frontend tag in values.yaml
|
||||||
image: alpine:3.19
|
image: harbor.dvirlabs.com/base-images/alpine-git-yq:3.19
|
||||||
when:
|
when:
|
||||||
branch: [ master, develop ]
|
branch: [ master, develop ]
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
|
|||||||
@ -74,4 +74,3 @@ EXPOSE 80
|
|||||||
|
|
||||||
# Start nginx with entrypoint
|
# Start nginx with entrypoint
|
||||||
CMD ["/docker-entrypoint.sh"]
|
CMD ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user