diff --git a/.github/workflows/build-push-images.yml b/.github/workflows/build-push-images.yml index cd9d9367e..9bce4ab2b 100644 --- a/.github/workflows/build-push-images.yml +++ b/.github/workflows/build-push-images.yml @@ -36,7 +36,9 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_TOKEN }} - - name: Build and push images to quay.io - 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: mnecas0/forklift-virt-v2v:$REGISTRY_ORG