diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index a660b820..769d8000 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -45,7 +45,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: web file: web/Dockerfile