fix(ci): update name of job

This commit is contained in:
Luke Tainton 2025-01-12 21:09:34 +01:00
parent 3fde2411aa
commit df82bf6fd4

View File

@ -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