fix docker job name

This commit is contained in:
Joel Wetzell
2025-12-24 13:26:28 -06:00
parent b0cc47236f
commit caee7b269c

View File

@@ -6,7 +6,7 @@ on:
tags:
- 'v**'
jobs:
build-cli-docker:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository