From ca9a6200b2cf48865a4773db35971cb0d13b5e08 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:25:34 +0200 Subject: [PATCH] fix incorrect GH action job name reference Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba0d1ac3..ba432427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ env: VERSION: ${{ github.ref_name }} jobs: - artifacts: + build_images: runs-on: ubuntu-latest permissions: