From 5a6a726014447376abe3096b09abef3794296c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:56:14 -0600 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 (#1332) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_push_docker_latest.yml | 8 ++++---- .github/workflows/build_push_docker_staging.yml | 8 ++++---- .github/workflows/build_push_server_release.yml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build_push_docker_latest.yml b/.github/workflows/build_push_docker_latest.yml index f6c56acff..9b622ada1 100644 --- a/.github/workflows/build_push_docker_latest.yml +++ b/.github/workflows/build_push_docker_latest.yml @@ -33,7 +33,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Immich Mono Repo - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./server file: ./server/Dockerfile @@ -70,7 +70,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -106,7 +106,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Web - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./web file: ./web/Dockerfile @@ -141,7 +141,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Proxy - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./nginx file: ./nginx/Dockerfile diff --git a/.github/workflows/build_push_docker_staging.yml b/.github/workflows/build_push_docker_staging.yml index 0b17e895e..1e8b03da9 100644 --- a/.github/workflows/build_push_docker_staging.yml +++ b/.github/workflows/build_push_docker_staging.yml @@ -35,7 +35,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Immich Mono Repo - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./server file: ./server/Dockerfile @@ -76,7 +76,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -116,7 +116,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Web - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./web file: ./web/Dockerfile @@ -155,7 +155,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Proxy - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./nginx file: ./nginx/Dockerfile diff --git a/.github/workflows/build_push_server_release.yml b/.github/workflows/build_push_server_release.yml index 36855a9a5..5f9c0e59f 100644 --- a/.github/workflows/build_push_server_release.yml +++ b/.github/workflows/build_push_server_release.yml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push immich-server release - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./server file: ./server/Dockerfile @@ -85,7 +85,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -135,7 +135,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push immich-web release - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./web file: ./web/Dockerfile @@ -184,7 +184,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push immich-proxy release - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ./nginx file: ./nginx/Dockerfile