Browse Source

Merge pull request #4434 from dexidp/dependabot/github_actions/docker/metadata-action-5.10.0

build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0
pull/4450/head
Márk Sági-Kazár 2 months ago committed by GitHub
parent
commit
4646f9f5ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yaml

2
.github/workflows/artifacts.yaml

@ -71,7 +71,7 @@ jobs:
- name: Gather build metadata
id: meta
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
with:
images: |
${{ steps.image-name.outputs.value }}

Loading…
Cancel
Save