From ad5eb3ebffb0d72b866069e1eb90a15f0b7a457e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 09:21:05 +0000 Subject: [PATCH] fix(deps): bump docker/metadata-action from 3.5.0 to 3.6.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f9906ea..b86822b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v3.5.0 + uses: docker/metadata-action@v3.6.0 with: images: ${{ env.DOCKER_IMAGE_NAME }} tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfc5c93..7d77852 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v3.5.0 + uses: docker/metadata-action@v3.6.0 with: images: ${{ env.DOCKER_IMAGE_NAME }} tags: |