From ceb1c32a6bc0894cbd8f3cb272ff2ebd832e75e2 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Mon, 16 Aug 2021 13:38:25 +0300 Subject: [PATCH] Update dockerhub wf --- .github/workflows/dockerhub.yml | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 67f8345c4..db2079eaf 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -1,4 +1,4 @@ -name: Publish Docker images +name: Dockerhub on: push: @@ -24,10 +24,12 @@ jobs: with: context: . push: true + tags: latest - name: Build and push Michelson Kernel image uses: docker/build-push-action@v2 with: context: . file: Kernel.dockerfile - push: true \ No newline at end of file + push: true + tags: latest \ No newline at end of file diff --git a/README.md b/README.md index 6282678e3..482c88bd9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI version](https://badge.fury.io/py/pytezos.svg?)](https://badge.fury.io/py/pytezos) [![Tests](https://github.com/baking-bad/pytezos/workflows/Tests/badge.svg?)](https://github.com/baking-bad/pytezos/actions?query=workflow%3ATests) -[![Docker Build Status](https://img.shields.io/docker/cloud/build/bakingbad/pytezos)](https://hub.docker.com/r/bakingbad/pytezos) +[![Docker images](https://github.com/baking-bad/pytezos/workflows/Dockerhub/badge.svg?)](https://hub.docker.com/r/bakingbad/pytezos) [![Made With](https://img.shields.io/badge/made%20with-python-blue.svg?)](ttps://www.python.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/baking-bad/pytezos/master?filepath=michelson_quickstart.ipynb)