Use base images from harbor instead of dockerhub
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-05-12 03:22:08 +03:00
parent e2ff236220
commit cbcac9d1fd
2 changed files with 1 additions and 2 deletions

View File

@ -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 ]

View File

@ -74,4 +74,3 @@ EXPOSE 80
# Start nginx with entrypoint # Start nginx with entrypoint
CMD ["/docker-entrypoint.sh"] CMD ["/docker-entrypoint.sh"]