proto: docker deployment (#8367)

This commit is contained in:
Marko 2021-01-19 12:21:57 +01:00 committed by Sunny Aggarwal
parent 72572ba704
commit 420037c45b

View File

@ -1,5 +1,6 @@
name: Build & Push SDK Proto Builder
on:
pull_request:
push:
branches:
- master
@ -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 }}