Merge branch 'master' of github.com:bokysan/docker-postfix

This commit is contained in:
Bojan Čekrlić 2022-03-28 19:44:09 +02:00
commit fd5c00c1bc
3 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v2
uses: actions/checkout@v3
@ -69,7 +69,7 @@ jobs:
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
#key: ${{ runner.os }}-single-buildx-${{ hashFiles('**/Dockerfile') }}

View file

@ -66,7 +66,7 @@ jobs:
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
#key: ${{ runner.os }}-single-buildx-${{ hashFiles('**/Dockerfile') }}

View file

@ -10,12 +10,12 @@ jobs:
steps:
- name: Checkout tag
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout gh-pages
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: "gh-pages"
path: "gh-pages"
@ -69,7 +69,7 @@ jobs:
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
#key: ${{ runner.os }}-single-buildx-${{ hashFiles('**/Dockerfile') }}