We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50044fb commit c8eee07Copy full SHA for c8eee07
1 file changed
.github/workflows/security_scanning.yml
@@ -28,7 +28,7 @@ jobs:
28
run: echo "build_matrix=$(bash matrix.sh build)" >> $GITHUB_OUTPUT
29
30
scan_ci_container:
31
- name: 'Scan CI container'
+ name: 'Scan ${{ matrix.platform }} CI container'
32
runs-on: ${{ matrix.runner }}
33
permissions:
34
actions: read
@@ -50,7 +50,7 @@ jobs:
50
const version = agentVersion.split('-')[0];
51
core.setOutput('version', version);
52
53
- - name: Build CI container
+ - name: Build ${{ matrix.platform }} CI container
54
uses: docker/build-push-action@v6
55
with:
56
tags: 'ci/openvoxserver:${{ steps.extract_version.outputs.version }}'
0 commit comments