From f61922dad6e80cf7079d13563f9fb93e7d20d247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:49:16 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-docker-meta from 4.6.0 to 5.0.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pipy-nonroot.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pipy-nonroot.yml b/.github/workflows/build-pipy-nonroot.yml index 6ec3ecfb6..5467ef570 100644 --- a/.github/workflows/build-pipy-nonroot.yml +++ b/.github/workflows/build-pipy-nonroot.yml @@ -35,7 +35,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v4.6.0 + uses: crazy-max/ghaction-docker-meta@v5.0.0 with: images: flomesh/pipy tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46807744c..3908cd357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: - name: Docker meta - ${{ matrix.id }} id: docker_meta - uses: crazy-max/ghaction-docker-meta@v4.6.0 + uses: crazy-max/ghaction-docker-meta@v5.0.0 with: images: ${{ secrets.RELEASE_REGISTRY }}/fsm-${{ matrix.id }} tags: | @@ -200,7 +200,7 @@ jobs: - name: Docker meta - ${{ matrix.id }} id: docker_meta - uses: crazy-max/ghaction-docker-meta@v4.6.0 + uses: crazy-max/ghaction-docker-meta@v5.0.0 with: images: ${{ secrets.RELEASE_REGISTRY }}/fsm-demo-${{ matrix.id }} tags: |