From 620084f10ff5725d8c07df6269cd4662ecc4c524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:11:05 +0000 Subject: [PATCH] Bump docker/metadata-action from 5.6.1 to 5.7.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.1 to 5.7.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-image-docker-hub.yml | 2 +- .github/workflows/publish-image-github.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image-docker-hub.yml b/.github/workflows/publish-image-docker-hub.yml index becb4a9..a019bf8 100644 --- a/.github/workflows/publish-image-docker-hub.yml +++ b/.github/workflows/publish-image-docker-hub.yml @@ -28,7 +28,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5.6.1 + uses: docker/metadata-action@v5.7.0 with: images: ${{ env.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }} diff --git a/.github/workflows/publish-image-github.yml b/.github/workflows/publish-image-github.yml index 9214fd7..e2153ab 100644 --- a/.github/workflows/publish-image-github.yml +++ b/.github/workflows/publish-image-github.yml @@ -28,7 +28,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5.6.1 + uses: docker/metadata-action@v5.7.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}