Skip to content

Commit

Permalink
Update wait-on-check-action in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jan 8, 2024
1 parent e095113 commit 57548bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for container images
uses: lewagon/wait-on-check-action@v1.2.0
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.ref }}
check-name: 'Building PKI'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30
wait-interval: 60

publish-images:
name: Publishing container images
Expand Down

0 comments on commit 57548bf

Please sign in to comment.