Change the pipeline

This commit is contained in:
dvirlabs 2025-06-04 00:54:57 +03:00
parent 36478eb507
commit 4c29294d6a

View File

@ -14,7 +14,7 @@ steps:
- echo "TAGS=latest,$TAG_DATE-$SHORT_SHA" > .tags.env - echo "TAGS=latest,$TAG_DATE-$SHORT_SHA" > .tags.env
- name: build-frontend - name: build-frontend
image: woodpeckerci/plugin-docker image: woodpeckerci/plugin-docker-buildx
settings: settings:
repo: harbor.dvirlabs.com/my-apps/navix-frontend repo: harbor.dvirlabs.com/my-apps/navix-frontend
tag_file: .tags.env tag_file: .tags.env
@ -27,7 +27,7 @@ steps:
from_secret: harbor_password from_secret: harbor_password
- name: build-backend - name: build-backend
image: woodpeckerci/plugin-docker image: woodpeckerci/plugin-docker-buildx
settings: settings:
repo: harbor.dvirlabs.com/my-apps/navix-backend repo: harbor.dvirlabs.com/my-apps/navix-backend
tag_file: .tags.env tag_file: .tags.env