From 865046ead5b7ca0a1148dae0c750e7507185f201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:08:40 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-docker-meta from 5.0.0 to 5.5.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.0.0 to 5.5.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v5.0.0...v5.5.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] --- .github/workflows/pre-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 8b53a45c..782de372 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -158,7 +158,7 @@ jobs: - name: Docker meta - ${{ matrix.id }} id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5.0.0 + uses: crazy-max/ghaction-docker-meta@v5.5.0 with: images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-${{ matrix.id }} tags: | @@ -211,7 +211,7 @@ jobs: - name: Docker meta - ${{ matrix.id }} id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5.0.0 + uses: crazy-max/ghaction-docker-meta@v5.5.0 with: images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-demo-${{ matrix.id }} tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb3d7c9c..9eb8086d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,7 @@ jobs: - name: Docker meta - ${{ matrix.id }} id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5.0.0 + uses: crazy-max/ghaction-docker-meta@v5.5.0 with: images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-${{ matrix.id }} tags: | @@ -210,7 +210,7 @@ jobs: - name: Docker meta - ${{ matrix.id }} id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5.0.0 + uses: crazy-max/ghaction-docker-meta@v5.5.0 with: images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-demo-${{ matrix.id }} tags: |