From 034464b7510ab8f1678e3952ae3d01d667333e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:30:10 +0000 Subject: [PATCH] build(deps): bump docker/metadata-action from 5.4.0 to 5.5.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.1) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 131eb39..a451a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/metadata-action@v5.4.0 + - uses: docker/metadata-action@v5.5.1 id: meta with: images: ghcr.io/${{ github.repository }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33b59b4..304ecfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/metadata-action@v5.4.0 + - uses: docker/metadata-action@v5.5.1 id: meta with: images: ghcr.io/${{ github.repository }}