Upgrade actions

This commit is contained in:
Ingo Oppermann
2024-02-21 12:56:34 +01:00
parent 5c33864ff9
commit 06e8dc55ed

View File

@@ -31,13 +31,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
datarhei/base
@@ -57,9 +57,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ env.cachedir }}-${{ matrix.key }}
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.key }}
- name: Login to DockerHub
if: github.event_name != 'pull_request'