Add static and dynamic url
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-05-12 03:39:32 +03:00
parent b238e7fc47
commit 07607dd6d8
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ steps:
build-backend:
name: Build & Push Backend
image: woodpeckerci/plugin-kaniko
image: harbor.dvirlabs.com/base-images/plugin-kaniko
when:
branch: [ master, develop ]
event: [ push, pull_request, tag ]
@ -70,7 +70,7 @@ steps:
update-values-backend:
name: Update backend tag in values.yaml
image: alpine:3.19
image: harbor.dvirlabs.com/base-images/alpine-git-yq:3.19
when:
branch: [ master, develop ]
event: [ push ]

View File

@ -27,4 +27,3 @@ ENV PYTHONUNBUFFERED=1
# Run the application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

View File

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