Skip to content

Commit

Permalink
Merge pull request #50 from Nordix/mquhuy/add-automatic-controller-im…
Browse files Browse the repository at this point in the history
…age-build

🌱 Add wf to automatically build controller image
  • Loading branch information
metal3-io-bot authored Oct 9, 2024
2 parents 0d0e094 + 94746ad commit 216dc43
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: build-images-action

permissions:
contents: read

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

jobs:
build_controller:
name: Build Ironic-standalone-operator container image
if: github.repository == 'metal3-io/ironic-standalone-operator'
uses: metal3-io/project-infra/.github/workflows/container-image-build.yml@main
with:
image-name: 'ironic-standalone-operator'
pushImage: true
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 216dc43

Please sign in to comment.