File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Set up Docker Buildx
2828 uses : docker/setup-buildx-action@v4
2929 - name : Cache Docker layers
30- uses : actions/cache@v5
30+ uses : actions/cache@v6
3131 with :
3232 path : /tmp/.buildx-cache
3333 key : nginx-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 3535 uses : docker/setup-buildx-action@v4
3636 - name : Cache Docker layers
3737 id : docker-cache
38- uses : actions/cache@v5
38+ uses : actions/cache@v6
3939 with :
4040 path : /tmp/.buildx-cache
4141 key : ${{ matrix.container }}-buildx-${{ github.sha }}
8585 mv /tmp/.buildx-cache-new /tmp/.buildx-cache
8686 - name : Save Docker cache
8787 if : steps.docker-cache.outputs.cache-hit != 'true'
88- uses : actions/cache@v5
88+ uses : actions/cache@v6
8989 with :
9090 path : /tmp/.buildx-cache
9191 key : ${{ matrix.container }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments