Skip to content

Commit 7b5c419

Browse files
committed
chore: look in the right dir
1 parent cf0702c commit 7b5c419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
mkdir -p ./download
127127
echo "Processing version $version"
128128
129-
tag=$(cat ../version-info-${version}/tag.txt)
129+
tag=$(cat ./versions/tag.txt)
130130
131131
versions_array+="\"$version\""
132132
tags_array+="\"$tag\""

0 commit comments

Comments
 (0)