Bump docker/build-push-action from 2.8.0 to 2.9.0 (#308)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 9 Feb 2022 03:00:21 +0000 (08:30 +0530)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 03:00:21 +0000 (08:30 +0530)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.8.0...v2.9.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.yaml

index 31bbac339e9ae404f073fceeafc17178267d6584..844022e987c129e50663a9f380d8a133ad0823c2 100644 (file)
@@ -26,7 +26,7 @@ jobs:
           images: ajbura/cinny
 
       - name: Build and push Docker image
-        uses: docker/build-push-action@v2.8.0
+        uses: docker/build-push-action@v2.9.0
         with:
           context: .
           push: true