diff --git a/.github/workflows/build_push_docker_latest.yml b/.github/workflows/build_push_docker_latest.yml index 0fda5fd1aa..2fb4792366 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.1.0 + uses: docker/build-push-action@v3.1.1 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.1.0 + uses: docker/build-push-action@v3.1.1 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.1.0 + uses: docker/build-push-action@v3.1.1 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.1.0 + uses: docker/build-push-action@v3.1.1 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 dbff5a9e4e..902a7a62df 100644 --- a/.github/workflows/build_push_docker_staging.yml +++ b/.github/workflows/build_push_docker_staging.yml @@ -30,7 +30,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Immich Mono Repo - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 with: context: ./server file: ./server/Dockerfile @@ -59,7 +59,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Machine Learning - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 with: context: ./machine-learning file: ./machine-learning/Dockerfile @@ -87,7 +87,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Web - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 with: context: ./web file: ./web/Dockerfile @@ -116,7 +116,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Proxy - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 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 62af234779..0db75d6b70 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.1.0 + uses: docker/build-push-action@v3.1.1 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.1.0 + uses: docker/build-push-action@v3.1.1 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.1.0 + uses: docker/build-push-action@v3.1.1 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.1.0 + uses: docker/build-push-action@v3.1.1 with: context: ./nginx file: ./nginx/Dockerfile