From 5db3ea9b71fceffd1da3fc4f73f8a56115a85b36 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Fri, 5 Aug 2022 23:56:10 +0200 Subject: [PATCH] proper naming of build steps Signed-off-by: Ivan Milchev --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 171cbaddb..29ff00fe9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: build-maintenance-image: - name: Build frontent container image + name: Build maintenance container image runs-on: ubuntu-latest permissions: contents: read @@ -41,7 +41,7 @@ jobs: docker_image_name: ghcr.io/podkrepi-bg/frontend/maintenance:master build-frontend-image: - name: Build frontent container image + name: Build frontend container image runs-on: ubuntu-latest permissions: contents: read