mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 03:26:44 +03:00
fix: add wait step for image availability in Docker build workflow
This commit is contained in:
10
.github/workflows/docker-build.yml
vendored
10
.github/workflows/docker-build.yml
vendored
@@ -160,13 +160,3 @@ jobs:
|
||||
with:
|
||||
sarif_file: scout-results.sarif
|
||||
|
||||
# Docker Scout policy evaluation
|
||||
- name: Docker Scout - Policy Evaluation
|
||||
uses: docker/scout-action@v1
|
||||
if: always() && github.event_name != 'pull_request'
|
||||
with:
|
||||
command: policy
|
||||
image: ${{ env.REGISTRY }}/${{ env.IMAGE }}:latest
|
||||
exit-code: false
|
||||
write-comment: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user