Skip to content

Commit

Permalink
build(deps): Bump crazy-max/ghaction-docker-meta from 5.5.1 to 5.6.1 (#…
Browse files Browse the repository at this point in the history
…456)

Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Commits](docker/metadata-action@v5.5.1...v5.6.1)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent d7d185f commit 29e0701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipy-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.5.1
uses: crazy-max/ghaction-docker-meta@v5.6.1
with:
images: flomesh/pipy
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Docker meta - ${{ matrix.id }}
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.5.1
uses: crazy-max/ghaction-docker-meta@v5.6.1
with:
images: ${{ secrets.RELEASE_REGISTRY }}/fsm-${{ matrix.id }}
tags: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Docker meta - ${{ matrix.id }}
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.5.1
uses: crazy-max/ghaction-docker-meta@v5.6.1
with:
images: ${{ secrets.RELEASE_REGISTRY }}/fsm-demo-${{ matrix.id }}
tags: |
Expand Down

0 comments on commit 29e0701

Please sign in to comment.