diff --git a/.github/workflows/build_push_docker_latest.yml b/.github/workflows/build_push_docker_latest.yml index 98d90216f3..f26857358c 100644 --- a/.github/workflows/build_push_docker_latest.yml +++ b/.github/workflows/build_push_docker_latest.yml @@ -27,7 +27,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Immich Mono Repo - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./server file: ./server/Dockerfile @@ -55,7 +55,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -82,7 +82,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Web - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./web file: ./web/Dockerfile @@ -110,7 +110,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Proxy - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.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 0658ee3092..58ece0f172 100644 --- a/.github/workflows/build_push_docker_staging.yml +++ b/.github/workflows/build_push_docker_staging.yml @@ -29,7 +29,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Immich Mono Repo - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./server file: ./server/Dockerfile @@ -57,7 +57,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -84,7 +84,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Web - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./web file: ./web/Dockerfile @@ -112,7 +112,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Proxy - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.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 492ff8326b..f9a610c438 100644 --- a/.github/workflows/build_push_server_release.yml +++ b/.github/workflows/build_push_server_release.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push immich-server release - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./server file: ./server/Dockerfile @@ -68,7 +68,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -107,7 +107,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push immich-web release - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./web file: ./web/Dockerfile @@ -147,7 +147,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push immich-proxy release - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: context: ./nginx file: ./nginx/Dockerfile