From 671236bd286a4e099a5f7085667eb76186c5e328 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 9 May 2021 16:38:20 +0100 Subject: [PATCH] Naming convention for the build. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1898824..589f2ca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,7 +99,7 @@ jobs: build: needs: [ prepare, test, code_scans ] - name: Docker image build (multiarch) + name: Docker image build (regular:multiarch) runs-on: ubuntu-latest steps: - name: Checkout repo @@ -154,7 +154,7 @@ jobs: build-action: needs: [ prepare, test, code_scans ] - name: Docker image build (multiarch) + name: Docker image build (action:multiarch) runs-on: ubuntu-latest steps: - name: Checkout repo