diff --git a/.github/workflows/rtpproxy_ci.yml b/.github/workflows/rtpproxy_ci.yml index 4af32a155..64e5cffff 100644 --- a/.github/workflows/rtpproxy_ci.yml +++ b/.github/workflows/rtpproxy_ci.yml @@ -457,14 +457,11 @@ jobs: context: . file: ./docker/Dockerfile build-args: BASE_IMAGE=${{ env.BASE_IMAGE }} - tags: | - ${{ steps.meta.outputs.tags }} platforms: ${{ env.PLATFORMS }} push: true - outputs: | - type=tar,dest=/tmp/ccache_export.tar cache-from: ${{ env.CACHE_SPEC }} cache-to: ${{ env.CACHE_SPEC }},mode=max + tags: tmp - name: Push Docker image if: false @@ -484,9 +481,3 @@ jobs: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} run: sh -x docker/update_description.sh docker/README.md - - - name: Extract ccaches - run: | - rm -rf ccache - tar --strip-components=2 --no-wildcards-match-slash --wildcards -x -f /tmp/ccache_export.tar "*/rtpproxy/ccache" - du -d1 -h ccache