proto: docker deployment (#8367)
This commit is contained in:
parent
619f0a2fe2
commit
7539a608fa
5
.github/workflows/proto-docker.yml
vendored
5
.github/workflows/proto-docker.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user