update kaniko base image for frontend in woodpecker pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-05-12 03:16:23 +03:00
parent ecae73d5dd
commit 2ddbc75878
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
steps:
build-frontend:
name: Build & Push Frontend
image: woodpeckerci/plugin-kaniko
image: harbor.dvirlabs.com/base-images/plugin-kaniko
when:
branch: [ master, develop ]
event: [ push, pull_request, tag ]

View File

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