Browse Source

Merge pull request #3861 from dexidp/dependabot/github_actions/docker/metadata-action-5.6.1

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

2
.github/workflows/artifacts.yaml

@ -72,7 +72,7 @@ jobs:
- name: Gather build metadata
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
images: |
${{ steps.image-name.outputs.value }}

Loading…
Cancel
Save