fix(ci): update name of job
This commit is contained in:
parent
3fde2411aa
commit
df82bf6fd4
@ -14,10 +14,10 @@ on:
|
||||
outputs:
|
||||
success:
|
||||
description: "Did the flow succeed?"
|
||||
value: ${{ jobs.publish.outputs.success }}
|
||||
value: ${{ jobs.create_docker.outputs.success }}
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
create_docker:
|
||||
name: Publish Docker Images
|
||||
runs-on: ubuntu-latest
|
||||
needs: create_release
|
||||
|
Loading…
x
Reference in New Issue
Block a user