From 06e8dc55edd482f4a3394ef8d1051567dfbdc160 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Wed, 21 Feb 2024 12:56:34 +0100 Subject: [PATCH] Upgrade actions --- .github/workflows/build_base_matrix_vod.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_base_matrix_vod.yaml b/.github/workflows/build_base_matrix_vod.yaml index 1254b7cf..87e9b024 100644 --- a/.github/workflows/build_base_matrix_vod.yaml +++ b/.github/workflows/build_base_matrix_vod.yaml @@ -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'