Skip to content

Commit d6cadfb

Browse files
committed
ci: fix bump version
1 parent 36192de commit d6cadfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
echo ${{ env.IMAGES }}
147147
for i in ${{ env.IMAGES }}
148148
do
149-
docker push hydrosphere/$i
149+
docker push $i
150150
done
151151
152152

0 commit comments

Comments
 (0)