We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d84ab commit e7c329bCopy full SHA for e7c329b
.github/workflows/release.yml
@@ -48,15 +48,15 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- name: Wait for Docker Build
51
- uses: lewagon/[email protected].0
+ uses: lewagon/wait-on-check-action@3603e826ee561ea102b58accb5ea55a1a7482343 # v1.4.1
52
with:
53
ref: ${{ github.sha }}
54
check-name: Docker (Build & Push)
55
repo-token: ${{ secrets.GITHUB_TOKEN }}
56
wait-interval: 30
57
allowed-conclusions: success
58
- name: Wait for Security Scan
59
60
61
62
check-name: Security (Docker Security)
0 commit comments