From f3a048e0f834cb0c9c4c01fbe464ea3870c95440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 23:11:44 +0000 Subject: [PATCH 1/4] Bump docker/setup-buildx-action from 1.4.1 to 1.5.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index b4878119..9b0ba310 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -26,7 +26,7 @@ jobs: uses: docker/setup-qemu-action@v1.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.4.1 + uses: docker/setup-buildx-action@v1.5.1 - name: Cache Docker layers uses: actions/cache@v2.1.6 From 49fa884aa7459bbf9766c7950274a1e454f97cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 23:08:22 +0000 Subject: [PATCH 2/4] Bump docker/build-push-action from 2.5.0 to 2.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index b4878119..69907688 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.7.0 with: context: . file: ./Dockerfile From f59140630c1ba66f582bd05178c657cbe354ab45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 23:08:27 +0000 Subject: [PATCH 3/4] Bump crazy-max/ghaction-docker-meta from 3.3.0 to 3.5.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v3.3.0...v3.5.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/docker.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index b4878119..ad462bc4 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -18,7 +18,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v3.3.0 + uses: crazy-max/ghaction-docker-meta@v3.5.0 with: images: ghcr.io/${{ github.repository }} - From ab24915e358150292dd42afe397f9e4fbf9b9e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 23:08:30 +0000 Subject: [PATCH 4/4] Bump hadolint/hadolint-action from 1.5.0 to 1.6.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.lint.yml b/.github/workflows/docker.lint.yml index c42420d5..429940ac 100644 --- a/.github/workflows/docker.lint.yml +++ b/.github/workflows/docker.lint.yml @@ -13,6 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: lint - uses: hadolint/hadolint-action@v1.5.0 + uses: hadolint/hadolint-action@v1.6.0 with: dockerfile: Dockerfile \ No newline at end of file