Skip to content

Commit

Permalink
chore(deps): update celo-org/reusable-workflows action to v1.8 (#1038)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent d7f688f commit 9b537e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pputman-container-ci-cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
Build-Container-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.5
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.8
if: github.ref != 'refs/heads/main'
with:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-optics-monorepo/providers/github-by-repos
Expand All @@ -20,7 +20,7 @@ jobs:
trivy-timeout: 30m

Build-Container:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.5
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.8
if: github.ref == 'refs/heads/main'
with:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-optics-monorepo-main/providers/github-by-repos
Expand Down

0 comments on commit 9b537e7

Please sign in to comment.