Skip to content

Commit

Permalink
fix(docker-build-and-push): remove ccache stats (#4640)
Browse files Browse the repository at this point in the history
Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com>
  • Loading branch information
oguzkaganozt authored Apr 19, 2024
1 parent afc8764 commit c11c8ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,3 @@ runs:
echo 'devel URL ${{ steps.artifact-upload-step-devel.outputs.artifact-url }}'
echo 'runtime URL ${{ steps.artifact-upload-step-runtime.outputs.artifact-url }}'
shell: bash

- name: Show ccache stats
run: |
ccache -s
shell: bash

0 comments on commit c11c8ec

Please sign in to comment.