chore: rename action to docker-build (#12980)

This commit is contained in:
Elizabeth Thompson
2021-02-06 16:25:46 -08:00
committed by GitHub
parent 6886134642
commit 1bb305323e

View File

@@ -8,9 +8,9 @@ on:
types: [synchronize, opened, reopened, ready_for_review]
jobs:
build:
docker-build:
if: github.event.pull_request.draft == false
name: build
name: docker-build
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"