chore(deps): update ghcr.io/ublue-os/silverblue-main:latest docker digest to cd76e67 #835
This file contains hidden or 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: Latest Images | |
| on: | |
| merge_group: | |
| pull_request: | |
| branches: | |
| - main | |
| - testing | |
| paths-ignore: | |
| - '**.md' | |
| - 'iso_files/**' | |
| - 'bluefin_flatpaks/**' | |
| - 'dx_flatpaks/**' | |
| - '.github/workflows/*iso*' | |
| 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: '["main", "nvidia", "nvidia-open"]' | |
| brand_name: ${{ matrix.brand_name }} | |
| stream_name: latest | |
| generate-release: | |
| name: Generate Release | |
| needs: [build-image-latest] | |
| secrets: inherit | |
| uses: ./.github/workflows/generate-release.yml | |
| with: | |
| stream_name: '["latest"]' |