1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-10-22 14:05:07 +00:00

Compare commits

..

No commits in common. "8781714110193735b71f3503bce3936cafa13559" and "a1580af18a7519281301a7b762e4741fbf86755f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v3.3.1 uses: actions/cache@v3.2.6
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: ${{ runner.os }}-buildx-${{ github.sha }}
@ -127,7 +127,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v3.3.1 uses: actions/cache@v3.2.6
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: ${{ runner.os }}-buildx-${{ github.sha }}

View File

@ -18,7 +18,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/stale@v8 - uses: actions/stale@v7
with: with:
days-before-stale: 182 days-before-stale: 182
days-before-close: 7 days-before-close: 7