From 27ec788d1a24560b1386e8cfd83a6ade778dff57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:51:11 +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 2605b93..476f4f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: ℹ️ Extract image metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: | webis/cam-backend @@ -158,7 +158,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: ℹ️ Extract image metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: | webis/cam-frontend