diff --git a/.github/workflows/test-container-build.yml b/.github/workflows/test-container-build.yml index a908ca3cd..f9395df28 100644 --- a/.github/workflows/test-container-build.yml +++ b/.github/workflows/test-container-build.yml @@ -23,7 +23,8 @@ on: # Changes to requirements.txt packages and Dockerfile may or may not always be compatible with arm etc, so worth testing # @todo: some kind of path filter for requirements.txt and Dockerfile jobs: - test-container-build: + builder: + name: Build ${{ matrix.platform }} (${{ matrix.dockerfile == './Dockerfile' && 'main' || 'alpine' }}) runs-on: ubuntu-latest strategy: matrix: