Naming convention for the build.

This commit is contained in:
2021-05-09 16:38:20 +01:00
parent f8ca9059f2
commit 671236bd28
+2 -2
View File
@@ -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