mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Upgrade actions
This commit is contained in:
8
.github/workflows/build_base_matrix_vod.yaml
vendored
8
.github/workflows/build_base_matrix_vod.yaml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user