Bump docker/build-push-action from 2.9.0 to 2.10.0 (#388)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 15 Mar 2022 11:46:58 +0000 (17:16 +0530)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 11:46:58 +0000 (17:16 +0530)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-pull-request.yml
.github/workflows/prod-deploy.yaml

index 43c829ad3e7dd4076a686d0e18cf09e692b6a205..dbc72223951381f940c1d5e234b73e2295879ebd 100644 (file)
@@ -33,7 +33,7 @@ jobs:
           path: pr.json
           retention-days: 1
       - name: Build Docker image
-        uses: docker/build-push-action@v2.9.0
+        uses: docker/build-push-action@v2.10.0
         with:
           context: .
           push: false
index 6bea4fca576679816f7dd7528687b81c8c37195d..91e144973afa5e12ebc6f46792e9af178a822d66 100644 (file)
@@ -48,7 +48,7 @@ jobs:
         with:
           images: ajbura/cinny
       - name: Build and push Docker image
-        uses: docker/build-push-action@v2.9.0
+        uses: docker/build-push-action@v2.10.0
         with:
           context: .
           push: true