Skip to content

Commit

Permalink
Pputman/add proper ignore files (#10927)
Browse files Browse the repository at this point in the history
* adding ignore files for docker files and github

* update to use new workflow with security restrictions on container builds

* updating 2.0 to 2.1 workflow

* fixing container versions
  • Loading branch information
pputman-clabs authored Feb 5, 2024
1 parent 3786bcd commit d4a51f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Celotool images
celotool-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.1
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/celotool:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -46,7 +46,7 @@ jobs:
file: dockerfiles/celotool/Dockerfile
trivy: true
celotool-build:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.1
name: Build us-west1-docker.pkg.dev/devopsre/celo-monorepo/celotool:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -64,7 +64,7 @@ jobs:

# All monorepo
celomonorepo-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.1
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/monorepo:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -79,7 +79,7 @@ jobs:
file: dockerfiles/all-monorepo/Dockerfile
trivy: true
celomonorepo-build:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.1
name: Build us-west1-docker.pkg.dev/devopsre/celo-monorepo/monorepo:${{ github.sha }}
needs: changed-files
if: |
Expand All @@ -96,7 +96,7 @@ jobs:

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

0 comments on commit d4a51f7

Please sign in to comment.