Skip to content

Commit e94a634

Browse files
committed
Fix build base image names.
1 parent 3e2255f commit e94a634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
COMMIT_AUTHOR: ${{ github.event.head_commit.author.username }}
102102

103103
build-base:
104-
name: base (${{ matrix.image }})
104+
name: ${{ matrix.image }} (${{ matrix.sub }})
105105
runs-on: ubuntu-latest
106106
needs: [shellcheck, test, check]
107107
if: github.event_name == 'push'

0 commit comments

Comments
 (0)