Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Oct 24, 2023
1 parent 9e81331 commit adf6add
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-sign-release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
echo "MAJOR_MINOR=${semver[0]}.${semver[1]}" >> $GITHUB_OUTPUT
build-container-geth-dev:
# 31eb77e3e29d83b6be54e7887f62f8093b81f8e9 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@31eb77e3e29d83b6be54e7887f62f8093b81f8e9
# 252c8ed69af3a47899621e056616ca71b3359fe5 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@252c8ed69af3a47899621e056616ca71b3359fe5
if: startsWith(github.ref, 'refs/heads/jcortejoso')
needs:
- replace-branch-name
Expand All @@ -66,8 +66,8 @@ jobs:


build-container-geth-all-dev:
# 31eb77e3e29d83b6be54e7887f62f8093b81f8e9 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@31eb77e3e29d83b6be54e7887f62f8093b81f8e9
# 252c8ed69af3a47899621e056616ca71b3359fe5 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@252c8ed69af3a47899621e056616ca71b3359fe5
if: startsWith(github.ref, 'refs/heads/jcortejoso')
needs:
- replace-branch-name
Expand All @@ -82,8 +82,8 @@ jobs:
trivy: true

build-container-geth-devopsre:
# 31eb77e3e29d83b6be54e7887f62f8093b81f8e9 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@31eb77e3e29d83b6be54e7887f62f8093b81f8e9
# 252c8ed69af3a47899621e056616ca71b3359fe5 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@252c8ed69af3a47899621e056616ca71b3359fe5
if: startsWith(github.ref, 'refs/tags/v')
needs:
- replace-tag-v
Expand All @@ -98,8 +98,8 @@ jobs:
trivy: true

build-container-geth-all-devopsre:
# 31eb77e3e29d83b6be54e7887f62f8093b81f8e9 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@31eb77e3e29d83b6be54e7887f62f8093b81f8e9
# 252c8ed69af3a47899621e056616ca71b3359fe5 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@252c8ed69af3a47899621e056616ca71b3359fe5
if: startsWith(github.ref, 'refs/tags/v')
needs:
- replace-tag-v
Expand All @@ -114,8 +114,8 @@ jobs:
trivy: true

build-container-geth-celo-org:
# 31eb77e3e29d83b6be54e7887f62f8093b81f8e9 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@31eb77e3e29d83b6be54e7887f62f8093b81f8e9
# 252c8ed69af3a47899621e056616ca71b3359fe5 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@252c8ed69af3a47899621e056616ca71b3359fe5
if: startsWith(github.ref, 'refs/tags/v')
needs:
- replace-tag-v
Expand All @@ -130,8 +130,8 @@ jobs:
trivy: true

build-container-geth-all-celo-org:
# 31eb77e3e29d83b6be54e7887f62f8093b81f8e9 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@31eb77e3e29d83b6be54e7887f62f8093b81f8e9
# 252c8ed69af3a47899621e056616ca71b3359fe5 is main at Oct 24th 2023
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@252c8ed69af3a47899621e056616ca71b3359fe5
if: startsWith(github.ref, 'refs/tags/v')
needs:
- replace-tag-v
Expand Down

0 comments on commit adf6add

Please sign in to comment.