File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ inputs:
20
20
required : true
21
21
description : " Digital Ocean spaces region"
22
22
tag :
23
+ required : true
23
24
description : " The tag version of the release"
24
25
runs :
25
26
using : " composite"
Original file line number Diff line number Diff line change 65
65
balena_fleet : " ${{ secrets.BALENA_FLEET }}${{ matrix.fleet_var }}"
66
66
balena_device : ${{ matrix.image }}
67
67
tag : ${{ needs.balena-deploy.outputs.github_tag }}
68
- # balena_commit: ${{ needs.balena-deploy.outputs.balena_release}}
69
68
70
69
github-release :
71
70
runs-on : ubuntu-latest
83
82
secret_key : ${{ secrets.SECRET_KEY }}
84
83
space_name : ${{ secrets.SPACE_NAME }}
85
84
space_region : ${{ secrets.SPACE_REGION }}
85
+ tag : ${{ needs.balena-deploy.outputs.github_tag }}
Original file line number Diff line number Diff line change 83
83
secret_key : ${{ secrets.SECRET_KEY }}
84
84
space_name : ${{ secrets.SPACE_NAME }}
85
85
space_region : ${{ secrets.SPACE_REGION }}
86
+ tag : ${{ needs.balena-deploy.outputs.github_tag }}
86
87
87
88
# TODO: Download and inject content into the image
88
89
# - name: Mount Image
You can’t perform that action at this time.
0 commit comments