From 78ebd1a8fd5288d64e62ca19cd3ff48cd956c876 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 9 Oct 2024 14:55:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7(ci)=20update=20build=20push=20acti?= =?UTF-8?q?on=20to=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the build push action. --- .github/workflows/docker-hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index 300b6bb2..cd743a6f 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -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