Skip to content

Commit

Permalink
Add version verify
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Oct 12, 2023
1 parent ebd18c5 commit 237d3d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/solar-only/tesla-history/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ echo ""
echo "* VERIFY jasonacox/${CONTAINER}:latest"
docker buildx imagetools inspect jasonacox/${CONTAINER} | grep Platform
echo ""
echo "* VERIFY jasonacox/${CONTAINER}:${VER}"
docker buildx imagetools inspect jasonacox/${CONTAINER} | grep Platform
echo ""
3 changes: 3 additions & 0 deletions weather/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ echo ""
echo "* VERIFY jasonacox/${CONTAINER}:latest"
docker buildx imagetools inspect jasonacox/${CONTAINER} | grep Platform
echo ""
echo "* VERIFY jasonacox/${CONTAINER}:${VER}"
docker buildx imagetools inspect jasonacox/${CONTAINER} | grep Platform
echo ""

0 comments on commit 237d3d7

Please sign in to comment.