mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 14:21:18 +00:00
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:
22
.github/workflows/push-builder.yml
vendored
Normal file
22
.github/workflows/push-builder.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user