From 66dc446f6e6bee18c9fca217d739d0509f7fdf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:48:57 +0000 Subject: [PATCH] chore: Bump docker/metadata-action from 4.1.1 to 5.0.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dev-build.yml | 4 ++-- .github/workflows/docker-hub-release.yml | 4 ++-- .github/workflows/edge-build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index bbcea9b..2e24808 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -32,7 +32,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | @@ -92,7 +92,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | diff --git a/.github/workflows/docker-hub-release.yml b/.github/workflows/docker-hub-release.yml index ca6faeb..734e3fc 100644 --- a/.github/workflows/docker-hub-release.yml +++ b/.github/workflows/docker-hub-release.yml @@ -20,7 +20,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | @@ -33,7 +33,7 @@ jobs: - name: Prepare tags for Alpine build id: docker_meta_alpine - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | diff --git a/.github/workflows/edge-build.yml b/.github/workflows/edge-build.yml index 8fd245f..267a72f 100644 --- a/.github/workflows/edge-build.yml +++ b/.github/workflows/edge-build.yml @@ -23,7 +23,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | @@ -81,7 +81,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92ec258..21222f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: | @@ -81,7 +81,7 @@ jobs: - name: Prepare tags for normal build id: docker_meta - uses: docker/metadata-action@v4.1.1 + uses: docker/metadata-action@v5.0.0 with: images: ${{ env.DOCKER_IMAGE }} tags: |