Skip to content

Commit

Permalink
proto: docker deployment (cosmos#8367)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored and sunnya97 committed Jan 19, 2021
1 parent 72572ba commit 420037c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/proto-docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build & Push SDK Proto Builder
on:
pull_request:
push:
branches:
- master
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
- name: Publish to Docker Hub
uses: docker/build-push-action@v2
with:
context: ./docker-build-sdk-proto
file: ./docker-build-sdk-proto/Dockerfile
context: ./contrib/devtools
file: ./contrib/devtools/dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 420037c

Please sign in to comment.