From 1eb077a7b5cc7a4e302e6fb68c801a7db9ca9948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:05:10 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 4.1.1 to 4.2.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-minor ... 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 ba53a5c..1a1cfd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Fill GHCR Docker ElasticMS Toolbox Image metadata id: meta_ghcr - uses: crazy-max/ghaction-docker-meta@v4.1.1 + uses: crazy-max/ghaction-docker-meta@v4.2.0 with: images: "${{ steps.prep.outputs.ghcr_image }}" tags: | @@ -60,7 +60,7 @@ jobs: - name: Fill DockerHub Docker ElasticMS Toolbox Image metadata id: meta_dockerhub - uses: crazy-max/ghaction-docker-meta@v4.1.1 + uses: crazy-max/ghaction-docker-meta@v4.2.0 with: images: "${{ steps.prep.outputs.dockerhub_image }}" tags: |