mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-14 02:15:50 +08:00
Upt: Update GitHub actions to newer versions
Node 16 actions are deprecated. Hopefully this update will remove the warning.
This commit is contained in:
parent
aba3d60919
commit
bd8c14c3bf
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ runs:
|
||||||
DOCKER_ACCESS_TOKEN: '${{ inputs.DOCKER_ACCESS_TOKEN }}'
|
DOCKER_ACCESS_TOKEN: '${{ inputs.DOCKER_ACCESS_TOKEN }}'
|
||||||
|
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-postfix-exporter-${{ github.sha }}
|
key: ${{ runner.os }}-postfix-exporter-${{ github.sha }}
|
||||||
|
|
2
.github/actions/buildx-setup/action.yaml
vendored
2
.github/actions/buildx-setup/action.yaml
vendored
|
@ -5,7 +5,7 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
|
Loading…
Add table
Reference in a new issue