Skip to content

Commit

Permalink
ci: updated workflows references
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Feb 9, 2025
1 parent 927c423 commit e761da3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
with:
version: ${{ needs.version.outputs.release_version }}
docker-matrix:
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@927c4233610e90dd8a57418662fad7293b7b29a4
with:
jsonpath: ".github/workflows/data/docker-matrix.json"
docker:
uses: walt-id/waltid-identity/.github/workflows/docker.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/docker.yml@927c4233610e90dd8a57418662fad7293b7b29a4
needs: [ version, docker-matrix ]
with:
images: ${{ needs.docker-matrix.outputs.json }}
version: ${{ needs.version.outputs.release_version }}
artifact: true
ebsi-ct-v3:
uses: walt-id/waltid-identity/.github/workflows/ebsictv3.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/ebsictv3.yml@927c4233610e90dd8a57418662fad7293b7b29a4
needs: [ version, docker ]
secrets: inherit
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
with:
suffix: -SNAPSHOT
gradle:
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@927c4233610e90dd8a57418662fad7293b7b29a4
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
publish: true
docker-matrix:
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@927c4233610e90dd8a57418662fad7293b7b29a4
with:
jsonpath: ".github/workflows/data/docker-matrix.json"
docker:
uses: walt-id/waltid-identity/.github/workflows/docker.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/docker.yml@927c4233610e90dd8a57418662fad7293b7b29a4
secrets: inherit
needs: [ version, docker-matrix ]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
with:
preferred: ${{ inputs.release_version }}
gradle:
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@927c4233610e90dd8a57418662fad7293b7b29a4
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
publish: true
docker-matrix:
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@927c4233610e90dd8a57418662fad7293b7b29a4
with:
jsonpath: ".github/workflows/data/docker-matrix.json"
docker:
uses: walt-id/waltid-identity/.github/workflows/docker.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/docker.yml@927c4233610e90dd8a57418662fad7293b7b29a4
secrets: inherit
needs: [ version, docker-matrix ]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
with:
preferred: ${{ inputs.release_version }}
gradle:
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/gradle.yml@927c4233610e90dd8a57418662fad7293b7b29a4
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
docker-matrix:
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/load-json.yml@927c4233610e90dd8a57418662fad7293b7b29a4
with:
jsonpath: ".github/workflows/data/docker-matrix.json"
docker:
uses: walt-id/waltid-identity/.github/workflows/docker.yml@feat/docker-build-share
uses: walt-id/waltid-identity/.github/workflows/docker.yml@927c4233610e90dd8a57418662fad7293b7b29a4
secrets: inherit
needs: [ version, docker-matrix ]
with:
Expand Down

0 comments on commit e761da3

Please sign in to comment.