diff --git a/.github/workflows/proto-docker.yml b/.github/workflows/proto-docker.yml index 4563ae48b0..53fbb000d2 100644 --- a/.github/workflows/proto-docker.yml +++ b/.github/workflows/proto-docker.yml @@ -19,7 +19,7 @@ jobs: id: prep run: | DOCKER_IMAGE=tendermintdev/sdk-proto-gen - VERSION=v0.6 + VERSION=latest TAGS="${DOCKER_IMAGE}:${VERSION}" echo ::set-output name=tags::${TAGS} @@ -41,7 +41,6 @@ jobs: uses: docker/build-push-action@v2 with: context: ./contrib/devtools - file: ./contrib/devtools/dockerfile platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }}