diff --git a/nightly-pytorch-compile/buildAndPush.sh b/nightly-pytorch-compile/buildAndPush.sh index d8452b5..76d0e0b 100755 --- a/nightly-pytorch-compile/buildAndPush.sh +++ b/nightly-pytorch-compile/buildAndPush.sh @@ -21,3 +21,5 @@ TAG="${REGISTRY}/${NAMESPACE}/${NAME}:${VERSION}" docker build -t "${TAG}" . docker push "${TAG}" + +echo "digest=$(docker inspect --format='{{index .RepoDigests 0}}' ${TAG})" >> $GITHUB_OUTPUT \ No newline at end of file