|
@@ -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.1
|
|
|
+ uses: docker/build-push-action@v3.2.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.1.1
|
|
|
+ uses: docker/build-push-action@v3.2.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.1.1
|
|
|
+ uses: docker/build-push-action@v3.2.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.1.1
|
|
|
+ uses: docker/build-push-action@v3.2.0
|
|
|
with:
|
|
|
context: ./nginx
|
|
|
file: ./nginx/Dockerfile
|