Add name to job
This commit is contained in:
parent
024d40ff51
commit
b20c0bc007
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
name: Build and publish image
|
||||
build_image:
|
||||
runs-on: docker
|
||||
steps:
|
||||
|
|
Reference in a new issue