-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated github actions to a master commit reference
- Loading branch information
1 parent
242ee5a
commit 8617a40
Showing
1 changed file
with
11 additions
and
10 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 |
---|---|---|
|
@@ -16,13 +16,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Login at GCP Artifact Registry | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@jcortejoso/build-docker-composite-action | ||
# 9817fca8d235a679e56bdcc72c31dfc548413805 is master at Sep 28, 2023 | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos' | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
- name: Build and push container | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
platforms: linux/amd64 | ||
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
|
@@ -41,13 +42,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Login at GCP Artifact Registry | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos' | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
- name: Build and push container | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
platforms: linux/arm64 | ||
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
|
@@ -67,13 +68,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Login at GCP Artifact Registry | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain/providers/github-by-repos' | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/geth | ||
- name: Build and push container | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
platforms: linux/amd64 | ||
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
|
@@ -93,13 +94,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Login at GCP Artifact Registry | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain/providers/github-by-repos' | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/geth | ||
- name: Build and push container | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
platforms: linux/arm64 | ||
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
|
@@ -119,13 +120,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Login at GCP Artifact Registry | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain/providers/github-by-repos' | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/geth-all | ||
- name: Build and push container | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@jcortejoso/build-docker-composite-action | ||
uses: celo-org/reusable-workflows/.github/actions/build-container@9817fca8d235a679e56bdcc72c31dfc548413805 | ||
with: | ||
platforms: linux/amd64 | ||
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth | ||
|