Change the docker image

This commit is contained in:
dvirlabs 2025-06-04 00:59:04 +03:00
parent 4c29294d6a
commit e5582b9b81

View File

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