chore: rename duplicate build jobs (#12921)

This commit is contained in:
Elizabeth Thompson
2021-02-03 16:40:38 -08:00
committed by GitHub
parent 86b982a0a3
commit 94b6b29362
3 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ on:
release:
types: [published]
jobs:
build:
name: build
docker-release:
name: docker-release
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"