Skip to content

Commit 690a115

Browse files
authored
Use Correct Path For docker-version-compare.sh In CD Release Image Compare Version With Dockerhub Latest (#809)
1 parent 103430f commit 690a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
id: version
341341
run: |
342342
TAG=`cat build/packages/VERSION`
343-
TARGET_VERSION=$TAG bash tools/workflow/docker-version-compare.sh
343+
TARGET_VERSION=$TAG bash adot/tools/workflow/docker-version-compare.sh
344344
345345
- name: Load Image
346346
run: docker load < build/packages/$IMAGE_NAME.tar

0 commit comments

Comments
 (0)