This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 7064112 Fix manifest creation of nightly tag in Travis CI (#747)
7064112 is described below
commit 7064112be84125c77de59b43df71f22bd6230290
Author: Twice <[email protected]>
AuthorDate: Fri Jul 22 15:36:40 2022 +0800
Fix manifest creation of nightly tag in Travis CI (#747)
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index bb7dc00..24631ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ jobs:
docker manifest create $IMAGE_NAME:$IMAGE_TAG --amend
$IMAGE_NAME:$IMAGE_TAG-amd64 --amend $IMAGE_NAME:$IMAGE_TAG-arm64
docker manifest inspect $IMAGE_NAME:$IMAGE_TAG
docker manifest push $IMAGE_NAME:$IMAGE_TAG
- docker manifest create $IMAGE_NAME:nightly $IMAGE_NAME:$IMAGE_TAG
+ docker manifest create $IMAGE_NAME:nightly --amend
$IMAGE_NAME:$IMAGE_TAG
docker manifest push $IMAGE_NAME:nightly
docker logout
fi