Skip to content

Commit

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

Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Commits](docker/metadata-action@v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 6a1ef86 commit 1b08edf
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-nonroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.1.0
uses: crazy-max/ghaction-docker-meta@v5.2.0
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 @@ -144,7 +144,7 @@ jobs:

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

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

0 comments on commit 1b08edf

Please sign in to comment.