👷(ci) update build push action to v6

Update the build push action.
This commit is contained in:
lebaudantoine
2024-10-09 14:55:06 +02:00
committed by aleb_the_flash
parent 682b69fc11
commit 78ebd1a8fd

View File

@@ -57,7 +57,7 @@ jobs:
docker-image-name: 'docker.io/lasuite/meet-backend:${{ github.sha }}'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
target: backend-production
@@ -107,7 +107,7 @@ jobs:
docker-image-name: 'docker.io/lasuite/meet-frontend:${{ github.sha }}'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./src/frontend/Dockerfile