ci: fix chart publish workflow (#874)

* ci: correcting cross job output syntax

* ci: adding job names
This commit is contained in:
Callum Tait
2021-10-05 22:35:32 +01:00
committed by GitHub
parent b01e193aab
commit 8657a34f32
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: release-latest
name: Build and Publish Canary Image
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }}
steps: