Image handling (#2620)

* Fix Image Handling

Signed-off-by: Duffie Cooley <cooleyd@vmware.com>

Co-authored-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
Duffie Cooley
2020-07-06 15:15:38 -07:00
committed by GitHub
parent e61308908c
commit 2d48ac79c2
3 changed files with 78 additions and 5 deletions

22
.github/workflows/push-builder.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: build-image
on:
push:
branches: [ master ]
paths:
- 'hack/build-image/Dockerfile'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Build
run: make build-image
- name: Publish container image
run: |
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
make push-build-image