Skip to content

Commit 7966270

Browse files
committed
fix: исправлен формат registry в Docker image tag
1 parent 63229b6 commit 7966270

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-vitepress-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
default: 'latest'
2020

2121
env:
22-
HARBOR_REGISTRY: ${{ vars.HARBOR_REGISTRY }}
23-
HARBOR_PROJECT: ${{ vars.HARBOR_PROJECT }}
22+
HARBOR_REGISTRY: harbor.1cdevelopers.ru
23+
HARBOR_PROJECT: library
2424
IMAGE_NAME: integration-subsystem-docs
2525

2626
jobs:

0 commit comments

Comments
 (0)