diff --git a/.drone.yml b/.drone.yml index 039c7f6..52b97f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build-and-publish-backend image: plugins/kaniko settings: - repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend + repo: host.docker.internal:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend tags: - latest - ${DRONE_COMMIT_SHA:0:8} @@ -27,7 +27,7 @@ steps: - name: build-and-publish-frontend image: plugins/kaniko settings: - repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend + repo: host.docker.internal:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend tags: - latest - ${DRONE_COMMIT_SHA:0:8}