Lines Matching full:docker
37 - name: Cache the Docker Image
45 - name: Set up Docker Buildx
47 uses: docker/setup-buildx-action@v3
51 uses: docker/build-push-action@v6
56 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA…
83 - name: Restore the Docker Image
90 - name: Load and Check the Docker Image
92 docker load -i $IMAGE_FILE
93 docker images -a $IMAGE
95 # The docker image contains ccache, but the ccache action uses the ccache
96 # outside docker for statistics, so install the same ccache version.
116 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
143 - name: Restore the Docker Image
150 - name: Load and Check the Docker Image
152 docker load -i $IMAGE_FILE
153 docker images -a $IMAGE
155 # The docker image contains ccache, but the ccache action uses the ccache
156 # outside docker for statistics, so install the same ccache version.
176 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…