Skip to content

Commit

Permalink
build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.5.1...v5.6.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sandhose committed Nov 25, 2024
1 parent 4d4a60f commit 081e40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: "${{ env.IMAGE }}"
bake-target: docker-metadata-action
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Docker meta (debug variant)
id: meta-debug
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: "${{ env.IMAGE }}"
bake-target: docker-metadata-action-debug
Expand All @@ -169,7 +169,7 @@ jobs:
- name: Docker meta (syn2mas)
id: meta-syn2mas
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: "${{ env.IMAGE_SYN2MAS }}"
bake-target: docker-metadata-action-syn2mas
Expand Down

0 comments on commit 081e40f

Please sign in to comment.