File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,6 +168,9 @@ jobs:
168168 push : ${{ steps.check_conditions.outputs.should_push }}
169169 - name : Output image
170170 id : image
171+ env :
172+ IMAGE_REGISTRY : ghcr.io
173+ IMAGE_NAME : ${{ github.repository }}
171174 run : |
172175 # NOTE: Set the image as an output because the `env` context is not
173176 # available to the inputs of a reusable workflow call.
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ outputs:
143143
144144runs :
145145 using : ' docker'
146- image : ' docker://ghcr.io/step-security/publish-unit-test-result-action:v1.0.2 '
146+ image : ' docker://ghcr.io/step-security/publish-unit-test-result-action:v1.0.3 '
147147
148148branding :
149149 icon : ' check-square'
Original file line number Diff line number Diff line change 1111 UnitTestRunDeltaResults , UnitTestRunResultsOrDeltaResults , ParseError
1212
1313# keep the version in sync with action.yml
14- __version__ = 'v1.0.2 '
14+ __version__ = 'v1.0.3 '
1515
1616logger = logging .getLogger ('publish' )
1717digest_prefix = '[test-results]:data:'
You can’t perform that action at this time.
0 commit comments