Skip to content

Commit

Permalink
chore(deps): update celo-org/reusable-workflows action to v2.0.5 (#2331)
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 Nov 26, 2024
1 parent 2dca825 commit b2206e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-sign-commit-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/[email protected].4
uses: celo-org/reusable-workflows/.github/actions/[email protected].5
with:
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
service-account: '[email protected]'
docker-gcp-registries: us-west1-docker.pkg.dev
- name: Build and push container
uses: celo-org/reusable-workflows/.github/actions/[email protected].4
uses: celo-org/reusable-workflows/.github/actions/[email protected].5
with:
platforms: linux/amd64,linux/arm64
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth
Expand All @@ -40,13 +40,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/[email protected].4
uses: celo-org/reusable-workflows/.github/actions/[email protected].5
with:
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
service-account: '[email protected]'
docker-gcp-registries: us-west1-docker.pkg.dev
- name: Build and push container
uses: celo-org/reusable-workflows/.github/actions/[email protected].4
uses: celo-org/reusable-workflows/.github/actions/[email protected].5
with:
platforms: linux/amd64,linux/arm64
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth-all
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-sign-release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "MAJOR_MINOR=${semver[0]}.${semver[1]}" >> $GITHUB_OUTPUT
build-container-geth-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
if: startsWith(github.ref, 'refs/heads/release')
needs:
- replace-branch-name
Expand All @@ -68,7 +68,7 @@ jobs:
trivy: true

build-container-geth-all-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
if: startsWith(github.ref, 'refs/heads/release')
needs:
- replace-branch-name
Expand All @@ -83,7 +83,7 @@ jobs:
trivy: true

build-container-geth-devopsre:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
if: startsWith(github.ref, 'refs/tags/v') && false
needs:
- replace-tag-v
Expand All @@ -98,7 +98,7 @@ jobs:
trivy: true

build-container-geth-all-devopsre:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
if: startsWith(github.ref, 'refs/tags/v') && false
needs:
- replace-tag-v
Expand All @@ -113,7 +113,7 @@ jobs:
trivy: true

build-container-geth-celo-org:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
if: startsWith(github.ref, 'refs/tags/v')
needs:
- replace-tag-v
Expand All @@ -128,7 +128,7 @@ jobs:
trivy: true

build-container-geth-all-celo-org:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
if: startsWith(github.ref, 'refs/tags/v')
needs:
- replace-tag-v
Expand Down

0 comments on commit b2206e2

Please sign in to comment.