You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/30 19:39:08 UTC

[libcloud-site] branch master updated: Update readme, test enable push.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ec0e909  Update readme, test enable push.
ec0e909 is described below

commit ec0e9093de6d3b3a61e94ebf453131065478af1c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Mar 30 21:39:02 2022 +0200

    Update readme, test enable push.
---
 .github/workflows/build_docker_image.yaml | 2 +-
 README.md                                 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml
index 32641b7..5a53a57 100644
--- a/.github/workflows/build_docker_image.yaml
+++ b/.github/workflows/build_docker_image.yaml
@@ -74,5 +74,5 @@ jobs:
           context: .
           platforms: linux/amd64
           #platforms: linux/amd64,linux/arm64
-          push: false
+          push: true
           tags: ghcr.io/apache/libcloud-site-dev:latest
diff --git a/README.md b/README.md
index 0b88065..2d27986 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Apache Libcloud Website
 
+[![Build Docker Image](https://github.com/apache/libcloud-site/actions/workflows/build_docker_image.yaml/badge.svg)](https://github.com/apache/libcloud-site/actions/workflows/build_docker_image.yaml)
+
 This repository contains source code for a Libcloud website powered by
 [Jekyll][1].