Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored and circa10a committed Jan 9, 2019
1 parent d69c226 commit 02a176c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for i in $(ls *.rpi); do
docker push "$NAMESPACE:latest-${arch}-rpi" && \
# Versioned
docker tag "$NAMESPACE:latest-${arch}-rpi" "$NAMESPACE:${VERSION}-${arch}-rpi" && \
docker push "$NAMESPACE:${VERSION}-${arch}-rpi" && \
docker push "$NAMESPACE:${VERSION}-${arch}-rpi"
done

# Git tags
Expand Down

0 comments on commit 02a176c

Please sign in to comment.