File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ jobs:
157157 - name : Print built artifacts
158158 run : cat ./distributions/${{ inputs.distribution }}/dist/**/artifacts.json
159159
160+ - name : Print metadata
161+ run : cat ./distributions/${{ inputs.distribution }}/dist/**/metadata.json
162+
160163 - name : Print dist folder contents
161164 if : always()
162165 run : ls -laR ./distributions/${{ inputs.distribution }}/dist
@@ -176,3 +179,21 @@ jobs:
176179 name : msi-packages
177180 path : distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
178181 if-no-files-found : error
182+
183+ # - name: Build container images locally
184+ # uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
185+ # with:
186+ # context: ./distributions/${{ inputs.distribution }}
187+ # push: false
188+ # load: true
189+ # tags: ${{ inputs.distribution }}:SNAPSHOT-
190+ #
191+ # - name: export image to tar
192+ # run: |
193+ # docker save dynatrace-otel-collector:e2e-test > /tmp/dynatrace-otel-collector.tar
194+ #
195+ # - name: Upload container image artifact
196+ # uses: actions/upload-artifact@v4
197+ # with:
198+ # name: dynatrace-otel-collector-image
199+ # path: /tmp/dynatrace-otel-collector.tar
You can’t perform that action at this time.
0 commit comments