From ddc265b01982c6e10681ae92c22855d5c8368023 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 1 Nov 2023 00:43:06 -0700 Subject: [PATCH] Rename workflows --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7a4e821..b2ac0149 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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