From 140097c09069d88e22113920bbbe4256e12ca3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:43:59 +0000 Subject: [PATCH] Bump docker/metadata-action from 4 to 5 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbb3161..5237a73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Configure tags based on git tags + latest - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 id: meta with: images: clux/controller @@ -91,7 +91,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Configure tags based on git tags for otel - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 id: meta with: images: clux/controller