From 017bdbc45966997a9b5fc25cb75e8247d51faff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:22:49 +0000 Subject: [PATCH] chore(deps): 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/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/tag-to-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0211b978..016a4586 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,7 +54,7 @@ jobs: - name: Docker metadata # this id is namespaced per matrix run id: docker_metadata - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/uselagoon/lagoon-ssh-portal/${{ matrix.binary }} - name: Build and push ${{ matrix.binary }} container image diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d3cdd773..5d63f7bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,7 +93,7 @@ jobs: - name: Docker metadata # this id is namespaced per matrix run id: docker_metadata - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/uselagoon/lagoon-ssh-portal/${{ matrix.binary }} tags: | diff --git a/.github/workflows/tag-to-release.yaml b/.github/workflows/tag-to-release.yaml index 447bbd02..edd3c3d6 100644 --- a/.github/workflows/tag-to-release.yaml +++ b/.github/workflows/tag-to-release.yaml @@ -58,7 +58,7 @@ jobs: - name: Docker metadata # this id is namespaced per matrix run id: docker_metadata - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/uselagoon/lagoon-ssh-portal/${{ matrix.binary }} - name: Build and push ${{ matrix.binary }} container image