Rename workflows

monorepo
Varun Patil 2023-11-01 00:43:06 -07:00
parent 11c519c654
commit ddc265b019
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ on:
- "*"
jobs:
build:
name: Build
binary:
name: Binary build
runs-on: ubuntu-latest
container:
@ -34,7 +34,7 @@ jobs:
docker:
runs-on: ubuntu-latest
name: Build Docker image and push to Docker Hub
name: Docker build
steps:
- name: Check out the repo