Bump docker/build-push-action from 2.10.0 to 3.0.0 (#538)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 20 May 2022 04:29:40 +0000 (09:59 +0530)
committerGitHub <noreply@github.com>
Fri, 20 May 2022 04:29:40 +0000 (09:59 +0530)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.10.0...v3.0.0)

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

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

index 87df19dc020d93b3a7f40164911c0d4ae612c124..4daf0aae615b197258f462b2abc2469092a66e2c 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v3.0.2
       - name: Build Docker image
-        uses: docker/build-push-action@v2.10.0
+        uses: docker/build-push-action@v3.0.0
         with:
           context: .
           push: false
index 65a09a7c03a8681456fff53dc39c925910f59ad8..0f790ff4d6d00981cc0828a57584ae63b0a896e2 100644 (file)
@@ -56,7 +56,7 @@ jobs:
         with:
           images: ajbura/cinny
       - name: Build and push Docker image
-        uses: docker/build-push-action@v2.10.0
+        uses: docker/build-push-action@v3.0.0
         with:
           context: .
           push: true