File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
1818outputs :
1919 unique :
2020 description : " Unique identifier for the CI run"
21- value : ${{ steps.uniquetag.unique }}
21+ value : ${{ steps.uniquetag.outputs. unique }}
2222
2323runs :
2424 using : " composite"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "Devito"
44
55inputs :
66# The only supported GHA input type is string
7- id :
7+ uid :
88 description : " Unique identifier output from docker-build action"
99 required : true
1010 tag :
1818 name : " Cleanup docker image"
1919 shell : bash
2020 run : |
21- docker image rm -f "${{ inputs.tag }}_${{ inputs.id }}"
21+ docker image rm -f "${{ inputs.tag }}_${{ inputs.uid }}"
Original file line number Diff line number Diff line change @@ -135,5 +135,5 @@ jobs:
135135 if : always()
136136 uses : ./.github/actions/docker-clean
137137 with :
138- id : ${{ steps.build.outputs.unique }}
138+ uid : ${{ steps.build.outputs.unique }}
139139 tag : devito_img
You can’t perform that action at this time.
0 commit comments