This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 35361c24b276cce8202ca4d63c443ff0a2e5ec7e Author: Marcus Christie <[email protected]> AuthorDate: Tue Jan 10 15:20:10 2023 -0500 Switching to GitHub Actions badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df76a896..3289b261 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Apache Airavata Django Portal -[](https://travis-ci.org/apache/airavata-django-portal) + [](https://apache-airavata-django-portal.readthedocs.io/en/latest/?badge=latest) The Airavata Django Portal is a web interface to the @@ -134,7 +134,7 @@ docker buildx create --name mybuilder --use then run ``` -docker buildx build --platform linux/amd64,linux/arm64 -t TAG --push . +docker buildx build --pull --platform linux/amd64,linux/arm64 -t TAG --push . ``` ## Documentation
