Rename stage of feature ci

This commit is contained in:
Jafner 2021-09-09 13:36:52 -07:00
parent 66ce4c1117
commit 3de532e396

View File

@ -15,7 +15,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
test_build: test_build:
name: Build and push Docker image to Docker Hub name: Build Docker image
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repo - name: Check out the repo