Skip to content

Commit

Permalink
Merge pull request #22 from Nordix/tuomo/format-build-action
Browse files Browse the repository at this point in the history
format build image action consistenty
  • Loading branch information
metal3-io-bot authored Mar 6, 2024
2 parents 0e47c42 + 17e0b0a commit a04245d
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
name: build-images-action

on:
push:
branches:
- 'main'
- 'release-*'
- 'main'
- 'release-*'
tags:
- 'capm3-v*'
- 'capm3-v*'

permissions: {}

jobs:
build:
name: Build container images
runs-on: ubuntu-latest
if: github.repository == 'metal3-io/mariadb-image'

permissions:
contents: read

if: github.repository == 'metal3-io/mariadb-image'
steps:
- name: build mariadb 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_mariadb_container_image_building"
job_params: |
{
"BUILD_CONTAINER_IMAGE_GIT_REFERENCE": "${{ github.ref }}"
}
job_timeout: "1000"
- name: build mariadb 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_mariadb_container_image_building"
job_params: |
{
"BUILD_CONTAINER_IMAGE_GIT_REFERENCE": "${{ github.ref }}"
}
job_timeout: "1000"

0 comments on commit a04245d

Please sign in to comment.