From 94544ff95aaff69cfda9d486b57b3afcd8e08f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:39:32 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 4.1.1 to 4.3.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 4.1.1 to 4.3.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.3.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..9250a1a 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.3.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.3.0 with: images: "${{ steps.prep.outputs.dockerhub_image }}" tags: |