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: jobs:
build: binary:
name: Build name: Binary build
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
@ -34,7 +34,7 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Build Docker image and push to Docker Hub name: Docker build
steps: steps:
- name: Check out the repo - name: Check out the repo