Skip to content

Commit

Permalink
refactor: use get-app-version from shared github repo (#391)
Browse files Browse the repository at this point in the history
* refactor: use get-app-version from shared github repo

* Update .github/workflows/cd.yaml

Co-authored-by: Shaun Hare <[email protected]>

* chore: use specific release version of get-vol-app-version

---------

Co-authored-by: Shaun Hare <[email protected]>
  • Loading branch information
fibble and sdh100shaun authored Oct 18, 2024
1 parent e82613e commit d62c25c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,23 +149,23 @@ jobs:
with:
fetch-depth: 0
- id: api-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/api infra/docker/api
- id: cli-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/api infra/docker/cli
- id: selfserve-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/selfserve infra/docker/selfserve
- id: internal-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/internal infra/docker/internal
- id: assets-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/cdn
- name: Add to summary
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,23 +146,23 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- id: api-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/api infra/docker/api
- id: cli-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/api infra/docker/cli
- id: selfserve-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/selfserve infra/docker/selfserve
- id: internal-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/internal infra/docker/internal
- id: assets-version
uses: ./.github/actions/get-app-version
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
with:
project-path: app/cdn
- name: Add to summary
Expand Down

0 comments on commit d62c25c

Please sign in to comment.