From 169a224aebc8ec0907116b9bf9bc1dcb95cf13f3 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Mon, 16 Aug 2021 13:46:31 +0300 Subject: [PATCH] Fix dockerhub tags --- .github/workflows/dockerhub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index db2079eaf..b818781a6 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -24,7 +24,7 @@ jobs: with: context: . push: true - tags: latest + tags: bakingbad/pytezos:latest - name: Build and push Michelson Kernel image uses: docker/build-push-action@v2 @@ -32,4 +32,4 @@ jobs: context: . file: Kernel.dockerfile push: true - tags: latest \ No newline at end of file + tags: bakingbad/michelson-kernel:latest \ No newline at end of file