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 4013206 Fix updating of nightly images in Travis CI (#748)
4013206 is described below
commit 40132067bc7bb696f96675e8a396f0473321a454
Author: Twice <[email protected]>
AuthorDate: Fri Jul 22 17:20:04 2022 +0800
Fix updating of nightly images in Travis CI (#748)
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 24631ae..496c8b4 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 --amend
$IMAGE_NAME:$IMAGE_TAG
+ docker manifest create $IMAGE_NAME:nightly --amend
$IMAGE_NAME:$IMAGE_TAG-amd64 --amend $IMAGE_NAME:$IMAGE_TAG-arm64
docker manifest push $IMAGE_NAME:nightly
docker logout
fi