chore: update github actions (#7564)

This commit is contained in:
Livio Spring
2024-03-14 10:26:31 +01:00
committed by GitHub
parent 252e59d5cd
commit 5d2cfc06d5
11 changed files with 25 additions and 25 deletions

View File

@@ -28,11 +28,11 @@ jobs:
arch: [amd64,arm64]
steps:
-
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Scratch meta
id: scratch-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ inputs.build_image_name }}
labels: ${{ env.default_labels}}
@@ -41,7 +41,7 @@ jobs:
-
name: Debug meta
id: debug-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ inputs.build_image_name }}
labels: ${{ env.default_labels}}
@@ -57,7 +57,7 @@ jobs:
driver-opts: 'image=moby/buildkit:v0.11.6'
-
name: Login to Docker registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -150,7 +150,7 @@ jobs:
driver-opts: 'image=moby/buildkit:v0.11.6'
-
name: Login to Docker registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -158,7 +158,7 @@ jobs:
-
name: Docker meta
id: build-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: '${{ inputs.build_image_name }}'
tags: |