You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2023/01/10 20:21:30 UTC

[airavata-django-portal] 01/02: Switching to GitHub Actions badge

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 <ma...@apache.org>
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
 
-[![Build Status](https://travis-ci.org/apache/airavata-django-portal.svg?branch=master)](https://travis-ci.org/apache/airavata-django-portal)
+![Build Status](https://github.com/apache/airavata-django-portal/actions/workflows/build-and-test.yaml/badge.svg)
 [![Build Status](https://readthedocs.org/projects/apache-airavata-django-portal/badge/?version=latest)](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