Skip to content

Commit

Permalink
Update GH Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Oct 26, 2023
1 parent de7d808 commit e01ac28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/odis-combiner-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
odis-combiner-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@7b956940a337e987289a6788c5a562a3e1e5c2ab
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.2
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-combiner
if: |
github.ref != 'refs/heads/main'
Expand All @@ -25,13 +25,12 @@ jobs:
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-combiner
tag: ${{ github.sha }}
platforms: 'linux/amd64'
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-combiner
trivy: true

odis-combiner-build:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@7b956940a337e987289a6788c5a562a3e1e5c2ab
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.2
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-combiner
if: |
github.ref == 'refs/heads/main'
Expand All @@ -40,7 +39,6 @@ jobs:
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-combiner
tag: ${{ github.sha }}
platforms: 'linux/amd64'
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-combiner
trivy: true
6 changes: 2 additions & 4 deletions .github/workflows/odis-loadtest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
odis-loadtest-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@7b956940a337e987289a6788c5a562a3e1e5c2ab
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.2
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest
if: |
github.ref != 'refs/heads/main'
Expand All @@ -25,13 +25,12 @@ jobs:
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest
tag: ${{ github.sha }}
platforms: 'linux/amd64'
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest
trivy: true

odis-loadtest-build:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@7b956940a337e987289a6788c5a562a3e1e5c2ab
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.2
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest
if: |
github.ref == 'refs/heads/main'
Expand All @@ -40,7 +39,6 @@ jobs:
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest
tag: ${{ github.sha }}
platforms: 'linux/amd64'
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest
trivy: true
6 changes: 2 additions & 4 deletions .github/workflows/odis-signer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
odis-signer-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@7b956940a337e987289a6788c5a562a3e1e5c2ab
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.2
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer
if: |
github.ref != 'refs/heads/main'
Expand All @@ -25,13 +25,12 @@ jobs:
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer
tag: ${{ github.sha }}
platforms: 'linux/amd64'
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-signer
trivy: true

odis-signer-build:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@7b956940a337e987289a6788c5a562a3e1e5c2ab
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.2
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer
if: |
github.ref == 'refs/heads/main'
Expand All @@ -40,7 +39,6 @@ jobs:
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer
tag: ${{ github.sha }}
platforms: 'linux/amd64'
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-signer
trivy: true

0 comments on commit e01ac28

Please sign in to comment.