From c4d1d77b6dedae1cf84c8cbc52f460d78a43f79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:42:12 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-docker-meta from 5.3.0 to 5.4.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/31cebacef4805868f9ce9a0cb03ee36c32df2ac4...9dc751fe249ad99385a2583ee0d084c400eee04e) --- 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/docker-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index a9b667e..8b5d55b 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v4 - name: Generate docker metadata id: docker_meta - uses: crazy-max/ghaction-docker-meta@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677 + uses: crazy-max/ghaction-docker-meta@9dc751fe249ad99385a2583ee0d084c400eee04e # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677 with: images: dokku/ci-docker-image - name: Set up QEMU