Skip to content

Commit 70b78b2

Browse files
Update docker/metadata-action action to v5.8.0 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a6cd50 commit 70b78b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# The metadata includes information such as the image name, tags, and labels.
8888
# The metadata will be used later in the workflow to build and push the Docker image.
8989
id: meta
90-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
90+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
9191
with:
9292
images: ${{ env.GHCR_IMAGE }}
9393

@@ -203,7 +203,7 @@ jobs:
203203
# It uses the docker/metadata-action to create metadata based on the repository information.
204204
# The metadata includes information such as the image name, tags, and labels.
205205
id: meta
206-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
206+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
207207
with:
208208
images: ${{ env.GHCR_IMAGE }}
209209
annotations: |

0 commit comments

Comments
 (0)