This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
🌱 Move container build to GH runner #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-images-action | ||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
permissions: | ||
contents: read | ||
jobs: | ||
build_ironic_client: | ||
name: build ironic-client image | ||
if: github.repository == 'metal3-io/ironic-client' | ||
uses: metal3-io/project-infra/.github/workflows/container-image-build.yml@main | ||
with: | ||
image-name: 'ironic-client' | ||
pushImage: true | ||
secrets: | ||
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} | ||
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |