Upgrade actions

This commit is contained in:
Ingo Oppermann 2024-02-21 12:56:34 +01:00
parent 5c33864ff9
commit 06e8dc55ed
No known key found for this signature in database
GPG key ID: 2AB32426E9DD229E

View file

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