From 9566532e1e286e3a15c8360a97d74c589a6cf7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 17:25:57 +0000 Subject: [PATCH] Bump docker/build-push-action from v1 to v2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1 to v2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Changelog](https://github.com/docker/build-push-action/blob/85d408708d8c09e8991e7b18899e77d7aee89287/CHANGELOG.md) - [Commits](https://github.com/docker/build-push-action/compare/v1...85d408708d8c09e8991e7b18899e77d7aee89287) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 838595e..ca81b27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build and push Docker images - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2 with: username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PASSWORD }}