fix docker scout environment
This commit is contained in:
parent
5cf9dfe32e
commit
fa9fe2c5c1
4 changed files with 10 additions and 5 deletions
3
.github/workflows/release_branch.yml
vendored
3
.github/workflows/release_branch.yml
vendored
|
@ -63,8 +63,9 @@ jobs:
|
|||
id: docker-scout
|
||||
uses: docker/scout-action@v1.16.1
|
||||
with:
|
||||
command: quickview,cves,recommendations
|
||||
command: environment,quickview,cves,recommendations
|
||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ github.ref_name }}
|
||||
environment: stable
|
||||
write-comment: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
6
.github/workflows/release_stable.yml
vendored
6
.github/workflows/release_stable.yml
vendored
|
@ -148,8 +148,9 @@ jobs:
|
|||
id: docker-scout
|
||||
uses: docker/scout-action@v1.16.1
|
||||
with:
|
||||
command: quickview,cves,recommendations
|
||||
command: environment,quickview,cves,recommendations
|
||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ needs.check_image.outputs.version }}
|
||||
environment: stable
|
||||
write-comment: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -157,8 +158,9 @@ jobs:
|
|||
id: docker-scout
|
||||
uses: docker/scout-action@v1.16.1
|
||||
with:
|
||||
command: quickview,cves,recommendations
|
||||
command: environment,quickview,cves,recommendations
|
||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:latest
|
||||
environment: latest
|
||||
write-comment: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
3
.github/workflows/release_testing.yml
vendored
3
.github/workflows/release_testing.yml
vendored
|
@ -96,8 +96,9 @@ jobs:
|
|||
id: docker-scout
|
||||
uses: docker/scout-action@v1.16.1
|
||||
with:
|
||||
command: quickview,cves,recommendations
|
||||
command: environment,quickview,cves,recommendations
|
||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ env.DOTCLEAR_CANAL }}
|
||||
environment: testing
|
||||
write-comment: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
3
.github/workflows/release_unstable.yml
vendored
3
.github/workflows/release_unstable.yml
vendored
|
@ -63,8 +63,9 @@ jobs:
|
|||
id: docker-scout
|
||||
uses: docker/scout-action@v1.16.1
|
||||
with:
|
||||
command: quickview,cves,recommendations
|
||||
command: environment,quickview,cves,recommendations
|
||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:dev
|
||||
environment: unstable
|
||||
write-comment: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue