From 7a3f856adaeb722a30b40ecc2788b01792a69fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Fri, 7 Apr 2023 19:37:07 +0200 Subject: [PATCH] fix (#6825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/images-publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images-publish.yaml b/.github/workflows/images-publish.yaml index 70d30e3058..a57bceb125 100644 --- a/.github/workflows/images-publish.yaml +++ b/.github/workflows/images-publish.yaml @@ -24,7 +24,7 @@ jobs: background-controller-digest: ${{ steps.publish-background-controller.outputs.digest }} cleanup-controller-digest: ${{ steps.publish-cleanup-controller.outputs.digest }} cli-digest: ${{ steps.publish-cli.outputs.digest }} - reports-controller: ${{ steps.publish-reports-controller.outputs.digest }} + reports-controller-digest: ${{ steps.publish-reports-controller.outputs.digest }} steps: - name: Checkout uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83df5d9db4..6fd632ed0d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: background-controller-digest: ${{ steps.release-background-controller.outputs.digest }} cleanup-controller-digest: ${{ steps.release-cleanup-controller.outputs.digest }} cli-digest: ${{ steps.release-cli.outputs.digest }} - reports-controller: ${{ steps.release-reports-controller.outputs.digest }} + reports-controller-digest: ${{ steps.release-reports-controller.outputs.digest }} steps: - name: Checkout uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0