Bump docker/build-push-action from 3.0.0 to 3.1.0 (#695)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 27 Jul 2022 08:34:59 +0000 (14:04 +0530)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 08:34:59 +0000 (14:04 +0530)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.0.0...v3.1.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/docker-pr.yml
.github/workflows/prod-deploy.yml

index 4daf0aae615b197258f462b2abc2469092a66e2c..5e4f2fc549ed1522f3f72f878f94f4011036be30 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@v3.0.0
+        uses: docker/build-push-action@v3.1.0
         with:
           context: .
           push: false
index ee80ea85944e5e756631847a3247c972cf0544e9..857f9363cba5efbffd1796680e6de45878f31afd 100644 (file)
@@ -86,7 +86,7 @@ jobs:
         with:
           images: ajbura/cinny
       - name: Build and push Docker image
-        uses: docker/build-push-action@v3.0.0
+        uses: docker/build-push-action@v3.1.0
         with:
           context: .
           platforms: linux/amd64,linux/arm64