From acf25acfdac5601cf8dd7e170b009fc74bd6da45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:09:39 +0200 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-docker-meta from v2.3.0 to v2.4.0 (#1936) Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from v2.3.0 to v2.4.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Changelog](https://github.com/crazy-max/ghaction-docker-meta/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2.3.0...e09df4df3ce0f1198fcfa91b72743b2cb7969430) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/default_on_push.yml | 2 +- .github/workflows/scheduled_builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default_on_push.yml b/.github/workflows/default_on_push.yml index 6bf26c08..7983e312 100644 --- a/.github/workflows/default_on_push.yml +++ b/.github/workflows/default_on_push.yml @@ -63,7 +63,7 @@ jobs: submodules: recursive - name: Prepare tags id: prep - uses: crazy-max/ghaction-docker-meta@v2.3.0 + uses: crazy-max/ghaction-docker-meta@v2.4.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }} diff --git a/.github/workflows/scheduled_builds.yml b/.github/workflows/scheduled_builds.yml index fd4c8c2d..adf75587 100644 --- a/.github/workflows/scheduled_builds.yml +++ b/.github/workflows/scheduled_builds.yml @@ -15,7 +15,7 @@ jobs: submodules: recursive - name: Prepare tags id: prep - uses: crazy-max/ghaction-docker-meta@v2.3.0 + uses: crazy-max/ghaction-docker-meta@v2.4.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }}