Skip to content

Commit

Permalink
Fix upstream build and push CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <mnecas@redhat.com>
  • Loading branch information
mnecas committed Jan 20, 2025
1 parent 6b59251 commit 9a24ff0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- release-*
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -40,3 +42,10 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}
make push-all-images
- name: Build and push virt-v2v image to quay.io
uses: docker/build-push-action@v6
with:
file: {context}/virt-v2v/Containerfile-upstream
push: true
tags: kubev2v/forklift-virt-v2v:$REGISTRY_ORG

0 comments on commit 9a24ff0

Please sign in to comment.