Skip to content

Commit

Permalink
Fix dockerhub tags
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Aug 16, 2021
1 parent ceb1c32 commit 169a224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
with:
context: .
push: true
tags: latest
tags: bakingbad/pytezos:latest

- name: Build and push Michelson Kernel image
uses: docker/build-push-action@v2
with:
context: .
file: Kernel.dockerfile
push: true
tags: latest
tags: bakingbad/michelson-kernel:latest

0 comments on commit 169a224

Please sign in to comment.