proto: docker deployment (#8367)

This commit is contained in:
Marko 2021-01-19 12:21:57 +01:00 committed by GitHub
parent 619f0a2fe2
commit 7539a608fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}