chore(deps): update extractions/setup-just digest to f8a3cce #3057
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: ublue latest | |
| on: | |
| pull_request: | |
| merge_group: | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref || github.run_id }} | |
| cancel-in-progress: true | |
| jobs: | |
| build: | |
| name: build | |
| uses: ./.github/workflows/reusable-build.yml | |
| secrets: inherit | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| image_name: | |
| - base | |
| - kinoite | |
| - silverblue | |
| image_variant: | |
| - main | |
| - nvidia | |
| with: | |
| image_name: ${{ matrix.image_name }} | |
| image_variant: ${{ matrix.image_variant }} | |
| image_version: latest |