Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update celo-org/reusable-workflows action to v2.0.5 #11309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Celotool images
celotool-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/celotool:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -54,7 +54,7 @@ jobs:
file: dockerfiles/celotool/Dockerfile
trivy: false
celotool-build:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
name: Build us-west1-docker.pkg.dev/devopsre/celo-monorepo/celotool:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -75,7 +75,7 @@ jobs:

# All monorepo
celomonorepo-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/monorepo:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -91,7 +91,7 @@ jobs:
file: dockerfiles/all-monorepo/Dockerfile
trivy: false
celomonorepo-build:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
name: Build us-west1-docker.pkg.dev/devopsre/celo-monorepo/monorepo:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -109,7 +109,7 @@ jobs:

# Blockscout Metadata crawler images
metadata-crawler-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
needs: changed-files
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/blockscout-metadata-crawler:testing
if: |
Expand All @@ -125,7 +125,7 @@ jobs:
file: dockerfiles/metadata-crawler/Dockerfile
trivy: false
metadata-crawler-build:
uses: celo-org/reusable-workflows/.github/workflows/[email protected].4
uses: celo-org/reusable-workflows/.github/workflows/[email protected].5
needs: changed-files
name: Build us-west1-docker.pkg.dev/devopsre/celo-monorepo/blockscout-metadata-crawler:latest
if: |
Expand Down
Loading