add a name to release-docker.yaml workflow.

pull/1/head
Jason Kulatunga 4 years ago
parent 451bf73334
commit abfb0a2612

@ -1,5 +1,7 @@
#TODO: once scrutiny is public, this file can be deleted.
# builds a docker image and attaches it to the latest release.
name: Release Docker
on:
release:
types: [published]

Loading…
Cancel
Save