Skip to content

Commit 02a176c

Browse files
circa10acirca10a
authored andcommitted
fix deploy script
1 parent d69c226 commit 02a176c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for i in $(ls *.rpi); do
2525
docker push "$NAMESPACE:latest-${arch}-rpi" && \
2626
# Versioned
2727
docker tag "$NAMESPACE:latest-${arch}-rpi" "$NAMESPACE:${VERSION}-${arch}-rpi" && \
28-
docker push "$NAMESPACE:${VERSION}-${arch}-rpi" && \
28+
docker push "$NAMESPACE:${VERSION}-${arch}-rpi"
2929
done
3030

3131
# Git tags

0 commit comments

Comments
 (0)