Browse Source

Bump docker/build-push-action from 2.9.0 to 2.10.0 (#53)

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>
dependabot[bot] 3 years ago
parent
commit
94514cfeea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_push_server.yml

+ 1 - 1
.github/workflows/build_push_server.yml

@@ -34,7 +34,7 @@ jobs:
           password: ${{ secrets.DOCKERHUB_TOKEN }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       # https://github.com/docker/build-push-action#multi-platform-image
       # https://github.com/docker/build-push-action#multi-platform-image
       - name: Build and push Immich
       - name: Build and push Immich
-        uses: docker/build-push-action@v2.9.0
+        uses: docker/build-push-action@v2.10.0
         with:
         with:
           context: ./server
           context: ./server
           file: ./server/Dockerfile
           file: ./server/Dockerfile