Browse Source

Merge pull request #4402 from dexidp/dependabot/github_actions/docker/metadata-action-5.9.0

build(deps): bump docker/metadata-action from 5.8.0 to 5.9.0
pull/4409/head
Márk Sági-Kazár 3 months ago committed by GitHub
parent
commit
a1e5d5807b
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@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
with:
images: |
${{ steps.image-name.outputs.value }}

Loading…
Cancel
Save