File tree Expand file tree Collapse file tree 7 files changed +10
-34
lines changed Expand file tree Collapse file tree 7 files changed +10
-34
lines changed Original file line number Diff line number Diff line change 1717 - " docs/**"
1818jobs :
1919 build_element_call :
20- uses : ./.github/workflows/element-call.yaml
20+ uses : ./.github/workflows/lib/build- element-call.yaml
2121 with :
2222 vite_app_version : ${{ github.event.release.tag_name || github.sha }}
2323 secrets :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Docker - Deploy
1+ name : Build and publish docker image
22on :
33 workflow_call :
44 inputs :
Original file line number Diff line number Diff line change 1- name : Element Call - Build
1+ name : Build Element Call
22on :
33 workflow_call :
44 inputs :
Original file line number Diff line number Diff line change 1- name : Netlify - Deploy
1+ name : Deploy to Netlify
22on :
33 workflow_call :
44 inputs :
Original file line number Diff line number Diff line change 1- name : PR Preview Deployments
1+ name : Deploy previews for PRs
22on :
33 workflow_run :
44 workflows : ["Build"]
2424 needs : prdetails
2525 permissions :
2626 deployments : write
27- uses : ./.github/workflows/netlify.yaml
27+ uses : ./.github/workflows/lib/deploy-to- netlify.yaml
2828 with :
2929 artifact_run_id : ${{ github.event.workflow_run.id || github.run_id }}
3030 pr_number : ${{ needs.prdetails.outputs.pr_number }}
4242 permissions :
4343 contents : write
4444 packages : write
45- uses : ./.github/workflows/docker.yaml
45+ uses : ./.github/workflows/lib/build-and-publish- docker.yaml
4646 with :
4747 artifact_run_id : ${{ github.event.workflow_run.id || github.run_id }}
4848 docker_tags : |
Original file line number Diff line number Diff line change 1- name : Build & publish images to the package registry for tags
1+ name : Build & publish images to the package registry for releases
22
33on :
44 release :
1616jobs :
1717 build_element_call :
1818 if : ${{ github.event_name == 'release' }}
19- uses : ./.github/workflows/element-call.yaml
19+ uses : ./.github/workflows/lib/build- element-call.yaml
2020 with :
2121 vite_app_version : ${{ github.event.release.tag_name || github.sha }}
2222 secrets :
6262 permissions :
6363 contents : write
6464 packages : write
65- uses : ./.github/workflows/docker.yaml
65+ uses : ./.github/workflows/lib/build-and-publish- docker.yaml
6666 with :
6767 artifact_run_id : ${{ github.event.workflow_run.id || github.run_id }}
6868 docker_tags : |
You can’t perform that action at this time.
0 commit comments