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