Skip to content

Commit

Permalink
Merge pull request #260 from celo-org/pputman/udpate-ignore-files
Browse files Browse the repository at this point in the history
fixing the workflow versions
  • Loading branch information
pputman-clabs authored Feb 5, 2024
2 parents deddd84 + 6829fd3 commit 45a0f3b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/light-keys-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 3 additions & 3 deletions .github/workflows/odis-combiner-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
odis-combiner-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/odis-combiner
if: |
github.ref != 'refs/heads/main'
Expand All @@ -34,7 +34,7 @@ jobs:
trivy: true

odis-combiner-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/social-connect/odis-combiner
if: |
github.ref == 'refs/heads/main'
Expand All @@ -48,7 +48,7 @@ jobs:
trivy: true

odis-combiner-tag:
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/social-connect/odis-combiner tag
if: |
startsWith(github.ref, 'refs/tags/odis-combiner-')
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/odis-loadtest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
odis-loadtest-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/odis-loadtest
if: |
github.ref != 'refs/heads/main'
Expand All @@ -34,7 +34,7 @@ jobs:
trivy: true

odis-loadtest-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/social-connect/odis-loadtest
if: |
github.ref == 'refs/heads/main'
Expand All @@ -48,7 +48,7 @@ jobs:
trivy: true

odis-loadtest-tag:
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/social-connect/odis-loadtest tag
if: |
startsWith(github.ref, 'refs/tags/odis-loadtest-')
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/odis-signer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
odis-signer-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/odis-signer
if: |
github.ref != 'refs/heads/main'
Expand All @@ -34,7 +34,7 @@ jobs:
trivy: true

odis-signer-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/social-connect/odis-signer
if: |
github.ref == 'refs/heads/main'
Expand All @@ -48,7 +48,7 @@ jobs:
trivy: true

odis-signer-tag:
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/social-connect/odis-signer tag
if: |
startsWith(github.ref, 'refs/tags/odis-signer-')
Expand Down

0 comments on commit 45a0f3b

Please sign in to comment.