From f27cfc1522cfbffeb820cc098eac1bc3d91d135c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:55:45 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 3 to 5 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 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/v3...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/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76ab308..624b508 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: flavor: | latest=false @@ -40,7 +40,7 @@ jobs: # tag the sha version unless we are a git tag type=sha,enable=${{ !startsWith(github.ref, 'refs/tags/v') }},priority=300,format=long,prefix= - id: meta-arch - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: flavor: | latest=false @@ -98,7 +98,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: flavor: | latest=false @@ -109,7 +109,7 @@ jobs: # tag the sha version unless we are a git tag type=sha,enable=${{ !startsWith(github.ref, 'refs/tags/v') }},priority=300,format=long,prefix= - id: meta-arch - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: flavor: | latest=false @@ -166,7 +166,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: flavor: | latest=false