From 57548bfeea4d6e8aa88180d1aa5de0e92a06ad43 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 9 Jan 2024 01:38:48 +0700 Subject: [PATCH] Update wait-on-check-action in publish job --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a75f5c3f850..d8152cd3a2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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