mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +08:00
Merge branch 'master' of github.com:bokysan/docker-postfix
This commit is contained in:
commit
fd5c00c1bc
3 changed files with 6 additions and 6 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -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') }}
|
||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -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') }}
|
||||
|
|
6
.github/workflows/tags.yml
vendored
6
.github/workflows/tags.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Reference in a new issue