Skip to content

Merge pull request #1596 from metal3-io-bot/cherry-pick-1511-to-relea… #74

Merge pull request #1596 from metal3-io-bot/cherry-pick-1511-to-relea…

Merge pull request #1596 from metal3-io-bot/cherry-pick-1511-to-relea… #74

name: build-images-action
on:
push:
branches:
- 'main'
- 'release-*'
tags:
- 'v*'
permissions: {}
jobs:
build:
name: Build container images
runs-on: ubuntu-latest
permissions:
contents: read
if: github.repository == 'metal3-io/baremetal-operator'
steps:
- name: build bmo image
uses: toptal/jenkins-job-trigger-action@137fff703dd260b52b53d3ba1960396415abc568 # 1.0.2
with:
jenkins_url: "https://jenkins.nordix.org/"
jenkins_user: "[email protected]"
jenkins_token: ${{ secrets.JENKINS_TOKEN }}
job_name: "metal3_baremetal-operator_container_image_building"
job_params: |
{
"BUILD_CONTAINER_IMAGE_GIT_REFERENCE": "${{ github.ref }}"
}
job_timeout: "1000"
- name: build keepalived image
uses: toptal/jenkins-job-trigger-action@137fff703dd260b52b53d3ba1960396415abc568 # 1.0.2
with:
jenkins_url: "https://jenkins.nordix.org/"
jenkins_user: "[email protected]"
jenkins_token: ${{ secrets.JENKINS_TOKEN }}
job_name: "metal3_keepalived_container_image_building"
job_params: |
{
"BUILD_CONTAINER_IMAGE_GIT_REFERENCE": "${{ github.ref }}"
}
job_timeout: "1000"