From 21b257d18f171cc5325385ba6601121f64c56c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:51:26 +0000 Subject: [PATCH] ghactions: bump docker/metadata-action from 3.6.2 to 4.0.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1. - [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/e5622373a38e60fb6d795a4421e56882f2d7a681...69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backup-operator-docker.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backup-operator-docker.yml b/.github/workflows/backup-operator-docker.yml index 28493b8..58e6bc9 100644 --- a/.github/workflows/backup-operator-docker.yml +++ b/.github/workflows/backup-operator-docker.yml @@ -42,7 +42,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - id: meta # Used to pass data into next step - uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df27c51..c37e334 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - id: meta # Used to pass data into next step - uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a