mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
fix(build) cleanup build process [EE-5555] (#9026)
* improve makefile and related files * update wording for build-all target
This commit is contained in:
parent
1b041a029e
commit
3cd0409184
4 changed files with 12 additions and 11 deletions
6
.github/workflows/pr-security.yml
vendored
6
.github/workflows/pr-security.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
|||
- 'build/linux/alpine.Dockerfile'
|
||||
- 'build/windows/Dockerfile'
|
||||
- '.github/workflows/pr-security.yml'
|
||||
|
||||
|
||||
jobs:
|
||||
client-dependencies:
|
||||
name: Client Dependency Check
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
outputs:
|
||||
jsdiff: ${{ steps.set-diff-matrix.outputs.js_diff_result }}
|
||||
steps:
|
||||
- name: checkout repository
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: scan vulnerabilities by Snyk
|
||||
|
@ -157,7 +157,7 @@ jobs:
|
|||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: build
|
||||
run: make build
|
||||
run: make build-all
|
||||
|
||||
- name: set up docker buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue