Bump docker/build-push-action from 3.1.0 to 3.1.1 (#725)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 9 Aug 2022 04:00:34 +0000 (09:30 +0530)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 04:00:34 +0000 (09:30 +0530)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1)

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

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