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