From 5ea37baf133a5ca520321d5ac460ea8e9225c18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:06:57 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-docker-meta from 5.2.0 to 5.3.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/e6428a5c4e294a61438ed7f43155db912025b6b3...31cebacef4805868f9ce9a0cb03ee36c32df2ac4) --- 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 1ed87a9..a9b667e 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@e6428a5c4e294a61438ed7f43155db912025b6b3 # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677 + uses: crazy-max/ghaction-docker-meta@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677 with: images: dokku/ci-docker-image - name: Set up QEMU