-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pputman/add proper ignore files (#10927)
* 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
1 parent
3786bcd
commit d4a51f7
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|