Skip to content

ci: add input for pushing image #1

ci: add input for pushing image

ci: add input for pushing image #1

name: Latest Images HWE

Check failure on line 1 in .github/workflows/build-image-latest-hwe.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-image-latest-hwe.yml

Invalid workflow file

(Line: 21, Col: 13): Unexpected symbol: '"pull_request"'. Located at position 22 within expression: github.event_name != "pull_request"
on:
schedule:
- cron: '0 2 * * 0' # Weekly on Sunday at 2 AM UTC
workflow_call:
workflow_dispatch:
jobs:
build-image-latest:
name: Build Latest Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: ["bluefin"]
with:
image_flavors: '["hwe", "hwe-nvidia", "hwe-nvidia-open"]'
brand_name: ${{ matrix.brand_name }}
stream_name: latest
push: ${{ github.event_name != "pull_request" }}
generate-release:
name: Generate Release
needs: [build-image-latest]
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["latest"]'