chore(deps): update ublue-os/container-storage-action digest to 911baca #580
Workflow file for this run
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: Beta Images | |
| on: | |
| merge_group: | |
| pull_request: | |
| branches: | |
| - main | |
| - testing | |
| paths-ignore: | |
| - "**.md" | |
| workflow_call: | |
| workflow_dispatch: | |
| jobs: | |
| build-image-beta: | |
| name: Build Beta Images | |
| uses: ./.github/workflows/reusable-build.yml | |
| secrets: inherit | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| brand_name: ["aurora"] | |
| with: | |
| brand_name: ${{ matrix.brand_name }} | |
| stream_name: beta | |
| generate-release: | |
| name: Generate Release | |
| needs: [build-image-beta] | |
| secrets: inherit | |
| uses: ./.github/workflows/generate-release.yml | |
| with: | |
| stream_name: '["beta"]' |