Skip to content

Commit

Permalink
👷(ci) update build push action to v6
Browse files Browse the repository at this point in the history
Update the build push action.
  • Loading branch information
lebaudantoine committed Oct 9, 2024
1 parent c68204c commit c9dad87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c9dad87

Please sign in to comment.